Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bfa3efc45f2.
authorRobert Haas <rhaas@postgresql.org>
Thu, 4 Sep 2014 16:17:10 +0000 (12:17 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 4 Sep 2014 16:17:10 +0000 (12:17 -0400)
Peter Geoghegan

src/include/utils/sortsupport.h

index 8b6b0de2e8b606754ef7bbf3cbe1c562f80c2c29..4417143c345e87fdfa73a87651427c07d0a93678 100644 (file)
@@ -20,8 +20,8 @@
  * multiple acceleration mechanisms to be supported, but no opclass is
  * required to provide all of them.  The BTSORTSUPPORT function should
  * simply not set any function pointers for mechanisms it doesn't support.
- * (However, all opclasses that provide BTSORTSUPPORT are required to provide
- * the comparator function.)
+ * Opclasses that provide BTSORTSUPPORT and don't provide a comparator
+ * function will have a shim set up by sort support automatically.
  *
  * All sort support functions will be passed the address of the
  * SortSupportData struct when called, so they can use it to store