Re: 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: Re: btree_gin and btree_gist for enums
Date: 2016-03-17 15:21:48
Message-ID: 56EACB8C.1040406@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 03/17/2016 06:44 AM, Andrew Dunstan wrote:
> 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.
>
>

This time including the data file for the gist regression tests.

cheers

andrew

Attachment Content-Type Size
enum-btree-gist-gin-2.patch text/x-patch 158.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2016-03-17 15:30:15 Re: Re: Add generate_series(date,date) and generate_series(date,date,integer)
Previous Message Andres Freund 2016-03-17 15:17:49 Re: Performance degradation in commit ac1d794