summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorRobert Haas2015-01-23 20:06:29 +0000
committerRobert Haas2015-01-23 20:06:53 +0000
commitd1747571b63444615730ca17474e9e89974c48ad (patch)
treed50f68ae8c07f6c031a3a432ccafe14e61b221df /src/include
parenta17923204736d8842eade3517d6a8ee81290fca4 (diff)
Fix typos, update README.
Peter Geoghegan
Diffstat (limited to 'src/include')
-rw-r--r--src/include/utils/sortsupport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/sortsupport.h b/src/include/utils/sortsupport.h
index 62fedfaaad4..44c596f507d 100644
--- a/src/include/utils/sortsupport.h
+++ b/src/include/utils/sortsupport.h
@@ -165,8 +165,8 @@ typedef struct SortSupportData
* may set it to NULL to indicate abbreviation should not be used (which is
* something sortsupport routines need not concern themselves with).
* However, sortsupport routines must not set it when it is immediately
- * established that abbreviation should not proceed (for abbreviation
- * calls, or platform-specific impediments to using abbreviation).
+ * established that abbreviation should not proceed (e.g., for !abbreviate
+ * calls, or due to platform-specific impediments to using abbreviation).
*/
Datum (*abbrev_converter) (Datum original, SortSupport ssup);