Re: GiST support for inet datatypes

From: Emre Hasegeli <emre(at)hasegeli(dot)com>
To: Andreas Karlsson <andreas(at)proxel(dot)se>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Florian Pflug <fgp(at)phlo(dot)org>, Andres Freund <andres(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: GiST support for inet datatypes
Date: 2014-03-08 21:40:31
Message-ID: CAE2gYzxMoOioG8LiD8=nbnQW_CQDcbw89KZxTpd9P+GbC8Jc0A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
inet-gist-v4.patch application/octet-stream 43.7 KB
inet-gist-v4-operator-rename.patch application/octet-stream 19.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2014-03-09 01:44:34 Re: [COMMITTERS] pgsql: libpq: change PQconndefaults() to ignore invalid service files
Previous Message Bruce Momjian 2014-03-08 21:21:45 Re: Improve timestamp substraction to be DST-aware