Fix comment.
authorRobert Haas <rhaas@postgresql.org>
Wed, 13 May 2015 19:27:41 +0000 (15:27 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 13 May 2015 19:27:41 +0000 (15:27 -0400)
Commit 78efd5c1edb59017f06ef96773e64e6539bfbc86 overlooked this.

Report by Peter Geoghegan.

src/backend/utils/sort/tuplesort.c

index 30d00bbd6f48d0b9725bd29f174e22a6da22971c..3d5da444a6477f71189903003d9244095c4a63dc 100644 (file)
@@ -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 */