Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d8d4965

Browse files
committed
Update comment to reflect commit 1d41739.
Peter Geoghegan
1 parent f6f654f commit d8d4965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/utils/sortsupport.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
* multiple acceleration mechanisms to be supported, but no opclass is
2121
* required to provide all of them. The BTSORTSUPPORT function should
2222
* 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.)
23+
* Opclasses that provide BTSORTSUPPORT and don't provide a comparator
24+
* function will have a shim set up by sort support automatically.
2525
*
2626
* All sort support functions will be passed the address of the
2727
* SortSupportData struct when called, so they can use it to store

0 commit comments

Comments
 (0)