mirror of
https://github.com/postgres/postgres.git
synced 2025-06-07 11:02:12 +03:00
Fix comment.
Commit 78efd5c1edb59017f06ef96773e64e6539bfbc86 overlooked this. Report by Peter Geoghegan.
This commit is contained in:
parent
78efd5c1ed
commit
61f68e0bed
@ -341,9 +341,9 @@ struct Tuplesortstate
|
|||||||
bool markpos_eof; /* saved "eof_reached" */
|
bool markpos_eof; /* saved "eof_reached" */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The sortKeys variable is used by every case other than the datum and
|
* The sortKeys variable is used by every case other than the hash index
|
||||||
* hash index cases; it is set by tuplesort_begin_xxx. tupDesc is only
|
* case; it is set by tuplesort_begin_xxx. tupDesc is only used by the
|
||||||
* used by the MinimalTuple and CLUSTER routines, though.
|
* MinimalTuple and CLUSTER routines, though.
|
||||||
*/
|
*/
|
||||||
TupleDesc tupDesc;
|
TupleDesc tupDesc;
|
||||||
SortSupport sortKeys; /* array of length nKeys */
|
SortSupport sortKeys; /* array of length nKeys */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user