mirror of
https://github.com/postgres/postgres.git
synced 2026-03-11 10:45:17 -04:00
Update comment to match behavior of latest code.
Peter Geoghegan
This commit is contained in:
parent
6bd01f082b
commit
9d7d0e640c
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue