Commit a6a23578 authored by Robert Haas's avatar Robert Haas

Update comment to match behavior of latest code.

Peter Geoghegan
parent 804163bc
...@@ -356,9 +356,9 @@ struct Tuplesortstate ...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment