Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
Commit 78efd5c overlooked this.

Report by Peter Geoghegan.
  • Loading branch information
robertmhaas committed May 13, 2015
1 parent 78efd5c commit 61f68e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/backend/utils/sort/tuplesort.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 61f68e0

Please sign in to comment.