Re: pgsql: SP-GiST support of the range adjacent operator -|- - Mailing list pgsql-committers

From Heikki Linnakangas
Subject Re: pgsql: SP-GiST support of the range adjacent operator -|-
Date
Msg-id 513A0022.5040707@iki.fi
Whole thread Raw
In response to Re: pgsql: SP-GiST support of the range adjacent operator -|-  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On 08.03.2013 16:49, Tom Lane wrote:
> Heikki Linnakangas<heikki.linnakangas@iki.fi>  writes:
>> Modified Files
>> --------------
>> src/backend/utils/adt/rangetypes.c        |  119 +++++++++++++------------
>> src/backend/utils/adt/rangetypes_spgist.c |  137 +++++++++++++++++++++++++++++
>> src/include/catalog/pg_amop.h             |    1 +
>> src/include/utils/rangetypes.h            |    2 +
>> src/test/regress/expected/opr_sanity.out  |    3 +-
>
> Surely there should have been a catversion bump in that.  This fits
> the standard trigger condition that "regression tests will fail unless
> you run a new initdb".

Indeed. Bumped the catversion now..

- Heikki


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix documentation oversight.
Next
From: Tom Lane
Date:
Subject: pgsql: Introduce less-bogus handling of collations in contrib/postgres_