Re: [HACKERS] Allow GiST opcalsses without compress\decompres functions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Allow GiST opcalsses without compress\decompres functions
Date
Msg-id 14434.1505878710@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Allow GiST opcalsses without compress\decompresfunctions  (Andrey Borodin <x4mmm@yandex-team.ru>)
Responses Re: [HACKERS] Allow GiST opcalsses without compress\decompresfunctions
Re: [HACKERS] Allow GiST opcalsses without compress\decompresfunctions
List pgsql-hackers
Andrey Borodin <x4mmm@yandex-team.ru> writes:
> [ 0001-Allow-uncompressed-GiST-4.patch ]

Pushed, with a bit more work on the documentation and some minor
cosmetic changes.

I did not like the fact that the new code paths added by the patch
were untested, so I went ahead and removed the no-longer-needed
no-op functions in the core GiST opclasses.  There's still room
to improve the contrib opclasses, but that's much more tedious
(you need to write an extension update script) so I didn't feel
like messing with those now.
        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [HACKERS] Page Scan Mode in Hash Index
Next
From: Amit Kapila
Date:
Subject: Re: [HACKERS] Setting pd_lower in GIN metapage