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

Lines changed: 3 additions & 3 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy