8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f654f commit d8d4965Copy full SHA for d8d4965
src/include/utils/sortsupport.h
@@ -20,8 +20,8 @@
20
* multiple acceleration mechanisms to be supported, but no opclass is
21
* required to provide all of them. The BTSORTSUPPORT function should
22
* simply not set any function pointers for mechanisms it doesn't support.
23
- * (However, all opclasses that provide BTSORTSUPPORT are required to provide
24
- * the comparator function.)
+ * Opclasses that provide BTSORTSUPPORT and don't provide a comparator
+ * function will have a shim set up by sort support automatically.
25
*
26
* All sort support functions will be passed the address of the
27
* SortSupportData struct when called, so they can use it to store
0 commit comments