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

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: SP-GiST support of the range adjacent operator -|-
Date: 2013-03-08 15:13:38
Message-ID: 513A0022.5040707@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 08.03.2013 16:49, Tom Lane wrote:
> Heikki Linnakangas<heikki(dot)linnakangas(at)iki(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-03-08 15:31:30 Re: Materialized views WIP patch
Previous Message Heikki Linnakangas 2013-03-08 15:13:15 pgsql: Forgot catversion bump in the SP-GiST adjacent support patch.