mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Update comment to match behavior of latest code.
Peter Geoghegan
This commit is contained in:
@ -356,9 +356,9 @@ struct Tuplesortstate
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Additional state for managing "abbreviated key" sortsupport routines
|
* Additional state for managing "abbreviated key" sortsupport routines
|
||||||
* (which currently may be used by all cases except the Datum sort case
|
* (which currently may be used by all cases except the hash index case).
|
||||||
* and hash index case). Tracks the intervals at which the optimization's
|
* Tracks the intervals at which the optimization's effectiveness is
|
||||||
* effectiveness is tested.
|
* tested.
|
||||||
*/
|
*/
|
||||||
int64 abbrevNext; /* Tuple # at which to next check
|
int64 abbrevNext; /* Tuple # at which to next check
|
||||||
* applicability */
|
* applicability */
|
||||||
|
Reference in New Issue
Block a user