btree_gin and btree_gist for enums - Mailing list pgsql-hackers

From Andrew Dunstan
Subject btree_gin and btree_gist for enums
Date
Msg-id 56EA8A71.8060107@dunslane.net
Whole thread Raw
Responses Re: btree_gin and btree_gist for enums  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Here is a patch to add enum support to btree_gin and btree_gist. I
didn't include distance operations, as I didn't think it terribly
important, and there isn't a simple way to compute it sanely and
efficiently, so no KNN support.

cheers

andrew

Attachment

pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: Choosing parallel_degree
Next
From: Etsuro Fujita
Date:
Subject: Odd system-column handling in postgres_fdw join pushdown patch