8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804163b commit a6a2357Copy full SHA for a6a2357
src/backend/utils/sort/tuplesort.c
@@ -356,9 +356,9 @@ struct Tuplesortstate
356
357
/*
358
* 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.
+ * (which currently may be used by all cases except the hash index case).
+ * Tracks the intervals at which the optimization's effectiveness is
+ * tested.
362
*/
363
int64 abbrevNext; /* Tuple # at which to next check
364
* applicability */
0 commit comments