Commit 61f68e0b authored by Robert Haas's avatar Robert Haas

Fix comment.

Commit 78efd5c1 overlooked this.

Report by Peter Geoghegan.
parent 78efd5c1
...@@ -341,9 +341,9 @@ struct Tuplesortstate ...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment