From: Robert Haas Date: Tue, 4 Aug 2015 15:45:29 +0000 (-0400) Subject: Update comment to match behavior of latest code. X-Git-Tag: REL9_6_BETA1~1558 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6a235782083a98588e41a1298c8fcd89cfaa6b3;p=postgresql Update comment to match behavior of latest code. Peter Geoghegan --- diff --git a/src/backend/utils/sort/tuplesort.c b/src/backend/utils/sort/tuplesort.c index 435041afa1..1e62a73eed 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 */