Skip to content

Commit 9d7d0e6

Browse files
committed
Update comment to match behavior of latest code.
Peter Geoghegan
1 parent 6bd01f0 commit 9d7d0e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/sort/tuplesort.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@ struct Tuplesortstate
356356

357357
/*
358358
* Additional state for managing "abbreviated key" sortsupport routines
359-
* (which currently may be used by all cases except the Datum sort case
360-
* and hash index case). Tracks the intervals at which the optimization's
361-
* effectiveness is tested.
359+
* (which currently may be used by all cases except the hash index case).
360+
* Tracks the intervals at which the optimization's effectiveness is
361+
* tested.
362362
*/
363363
int64 abbrevNext; /* Tuple # at which to next check
364364
* applicability */

0 commit comments

Comments
 (0)