mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Fix comment.
Commit 78efd5c1ed
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" */
|
||||
|
||||
/*
|
||||
* The sortKeys variable is used by every case other than the datum and
|
||||
* hash index cases; it is set by tuplesort_begin_xxx. tupDesc is only
|
||||
* 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.
|
||||
*/
|
||||
TupleDesc tupDesc;
|
||||
SortSupport sortKeys; /* array of length nKeys */
|
||||
|
Loading…
Reference in New Issue
Block a user