From 57e501f302704444675caa07518d87cc7d6844c1 Mon Sep 17 00:00:00 2001 From: Peter Geoghegan Date: Tue, 2 Sep 2014 19:11:15 -0700 Subject: [PATCH 1/5] Update comment to reflect commit 1d41739 --- src/include/utils/sortsupport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/utils/sortsupport.h b/src/include/utils/sortsupport.h index 8b6b0de..4417143 100644 --- a/src/include/utils/sortsupport.h +++ b/src/include/utils/sortsupport.h @@ -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 -- 1.9.1