From d92b1cdbab408d8f1299257125c9ae375f3ca644 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Wed, 7 Apr 2021 14:33:21 +0300 Subject: Revert "Add sortsupport for gist_btree opclasses, for faster index builds." This reverts commit 9f984ba6d23dc6eecebf479ab1d3f2e550a4e9be. It was making the buildfarm unhappy, apparently setting client_min_messages in a regression test produces different output if log_statement='all'. Another issue is that I now suspect the bit sortsupport function was in fact not correct to call byteacmp(). Revert to investigate both of those issues. --- contrib/btree_gist/btree_gist.h | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/btree_gist/btree_gist.h') diff --git a/contrib/btree_gist/btree_gist.h b/contrib/btree_gist/btree_gist.h index 35ad287ed3d..14c7c8ee193 100644 --- a/contrib/btree_gist/btree_gist.h +++ b/contrib/btree_gist/btree_gist.h @@ -6,7 +6,6 @@ #include "access/nbtree.h" #include "fmgr.h" -#include "utils/sortsupport.h" #define BtreeGistNotEqualStrategyNumber 6 -- cgit v1.2.3