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

From Tom Lane
Subject Re: pgsql: SP-GiST support of the range adjacent operator -|-
Date
Msg-id 3576.1362754170@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: SP-GiST support of the range adjacent operator -|-  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Responses Re: pgsql: SP-GiST support of the range adjacent operator -|-
List pgsql-committers
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".

            regards, tom lane


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: SP-GiST support of the range adjacent operator -|-
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Forgot catversion bump in the SP-GiST adjacent support patch.