Update comment to match behavior of latest code.
Peter Geoghegan
This commit is contained in:
parent
804163bc25
commit
a6a2357820
@ -356,9 +356,9 @@ struct Tuplesortstate
|
||||
|
||||
/*
|
||||
* Additional state for managing "abbreviated key" sortsupport routines
|
||||
* (which currently may be used by all cases except the Datum sort case
|
||||
* and hash index case). Tracks the intervals at which the optimization's
|
||||
* effectiveness is tested.
|
||||
* (which currently may be used by all cases except the hash index case).
|
||||
* Tracks the intervals at which the optimization's effectiveness is
|
||||
* tested.
|
||||
*/
|
||||
int64 abbrevNext; /* Tuple # at which to next check
|
||||
* applicability */
|
||||
|
Loading…
x
Reference in New Issue
Block a user