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

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

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".

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-03-08 15:13:15 pgsql: Forgot catversion bump in the SP-GiST adjacent support patch.
Previous Message Bruce Momjian 2013-03-08 14:45:59 Re: Materialized views WIP patch