Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a6a2357

Browse files
committed
Update comment to match behavior of latest code.
Peter Geoghegan
1 parent 804163b commit a6a2357

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/sort/tuplesort.c

+3-3
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)