Skip to content
Snippets Groups Projects
Commit d8d4965d authored by Robert Haas's avatar Robert Haas
Browse files

Update comment to reflect commit 1d41739e.

Peter Geoghegan
parent f6f654ff
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment