btree_gin and btree_gist for enums

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: btree_gin and btree_gist for enums
Date: 2016-03-17 10:44:01
Message-ID: 56EA8A71.8060107@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
enum-btree-gist-gin.patch text/x-patch 156.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2016-03-17 11:00:38 Odd system-column handling in postgres_fdw join pushdown patch
Previous Message Julien Rouhaud 2016-03-17 10:23:04 Re: Choosing parallel_degree