Re: GiST support for inet datatypes - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: GiST support for inet datatypes
Date
Msg-id 533ED0F1.3070005@proxel.se
Whole thread Raw
In response to Re: GiST support for inet datatypes  (Emre Hasegeli <emre@hasegeli.com>)
Responses Re: GiST support for inet datatypes  (Emre Hasegeli <emre@hasegeli.com>)
List pgsql-hackers
On 03/08/2014 10:40 PM, Emre Hasegeli wrote:
> Fourth version of the patch attached. It is rebased to the HEAD (8879fa0).
> Operator name formatting patch rebased on top of it. I will put
> the selectivity estimation patch to the next commit fest.
>
> This version of the patch does not touch to the btree_gist extension,
> does not set the operator class as the default. It adds support to
> the not equals operator to make the operator class compatible with
> the btree_gist extension.

The patch looks good but it does not apply anymore against master. If 
you could fix that and the duplicate OIDs I think this is ready for a 
committer.

Andreas




pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: jsonb is also breaking the rule against nameless unions
Next
From: Noah Misch
Date:
Subject: Re: B-Tree support function number 3 (strxfrm() optimization)