mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
@@ -20,8 +20,8 @@
|
|||||||
* multiple acceleration mechanisms to be supported, but no opclass is
|
* multiple acceleration mechanisms to be supported, but no opclass is
|
||||||
* required to provide all of them. The BTSORTSUPPORT function should
|
* required to provide all of them. The BTSORTSUPPORT function should
|
||||||
* simply not set any function pointers for mechanisms it doesn't support.
|
* simply not set any function pointers for mechanisms it doesn't support.
|
||||||
* (However, all opclasses that provide BTSORTSUPPORT are required to provide
|
* Opclasses that provide BTSORTSUPPORT and don't provide a comparator
|
||||||
* the comparator function.)
|
* function will have a shim set up by sort support automatically.
|
||||||
*
|
*
|
||||||
* All sort support functions will be passed the address of the
|
* All sort support functions will be passed the address of the
|
||||||
* SortSupportData struct when called, so they can use it to store
|
* SortSupportData struct when called, so they can use it to store
|
||||||
|
|||||||
Reference in New Issue
Block a user