Skip to content

Commit 61f68e0

Browse files
committed
Fix comment.
Commit 78efd5c overlooked this. Report by Peter Geoghegan.
1 parent 78efd5c commit 61f68e0

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
@@ -341,9 +341,9 @@ struct Tuplesortstate
341341
bool markpos_eof; /* saved "eof_reached" */
342342

343343
/*
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.
344+
* The sortKeys variable is used by every case other than the hash index
345+
* case; it is set by tuplesort_begin_xxx. tupDesc is only used by the
346+
* MinimalTuple and CLUSTER routines, though.
347347
*/
348348
TupleDesc tupDesc;
349349
SortSupport sortKeys; /* array of length nKeys */

0 commit comments

Comments
 (0)