1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00

Update comment to match behavior of latest code.

Peter Geoghegan
This commit is contained in:
Robert Haas
2015-08-04 11:45:29 -04:00
parent 6bd01f082b
commit 9d7d0e640c

View File

@@ -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 */