aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2015-08-04 11:45:29 -0400
committerRobert Haas <rhaas@postgresql.org>2015-08-04 11:53:07 -0400
commit9d7d0e640c21bfa36e1eeb7e7c9fcdbb2cfb9763 (patch)
tree60b2706737797289e40df3a0f77473ab34c9e695
parent6bd01f082b2de4a502173e2d48a728c131f35a02 (diff)
downloadpostgresql-9d7d0e640c21bfa36e1eeb7e7c9fcdbb2cfb9763.tar.gz
postgresql-9d7d0e640c21bfa36e1eeb7e7c9fcdbb2cfb9763.zip
Update comment to match behavior of latest code.
Peter Geoghegan
-rw-r--r--src/backend/utils/sort/tuplesort.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/utils/sort/tuplesort.c b/src/backend/utils/sort/tuplesort.c
index 435041afa1c..1e62a73eed3 100644
--- a/src/backend/utils/sort/tuplesort.c
+++ b/src/backend/utils/sort/tuplesort.c
@@ -356,9 +356,9 @@ struct Tuplesortstate
/*
* Additional state for managing "abbreviated key" sortsupport routines
- * (which currently may be used by all cases except the Datum sort case
- * and hash index case). Tracks the intervals at which the optimization's
- * effectiveness is tested.
+ * (which currently may be used by all cases except the hash index case).
+ * Tracks the intervals at which the optimization's effectiveness is
+ * tested.
*/
int64 abbrevNext; /* Tuple # at which to next check
* applicability */