We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78efd5c commit 61f68e0Copy full SHA for 61f68e0
src/backend/utils/sort/tuplesort.c
@@ -341,9 +341,9 @@ struct Tuplesortstate
341
bool markpos_eof; /* saved "eof_reached" */
342
343
/*
344
- * The sortKeys variable is used by every case other than the datum and
345
- * hash index cases; it is set by tuplesort_begin_xxx. tupDesc is only
346
- * used by the MinimalTuple and CLUSTER routines, though.
+ * The sortKeys variable is used by every case other than the hash index
+ * case; it is set by tuplesort_begin_xxx. tupDesc is only used by the
+ * MinimalTuple and CLUSTER routines, though.
347
*/
348
TupleDesc tupDesc;
349
SortSupport sortKeys; /* array of length nKeys */
0 commit comments