2
0
mirror of https://git.postgresql.org/git/postgresql.git synced 2025-01-12 18:34:36 +08:00

Update comment to reflect commit 1d41739e5a.

Peter Geoghegan
This commit is contained in:
Robert Haas 2014-09-04 12:17:10 -04:00
parent f6f654ff12
commit d8d4965dc2

View 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