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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: pgsql: SP-GiST support of the range adjacent operator -|-
Дата
Msg-id 513A0022.5040707@iki.fi
обсуждение исходный текст
Ответ на Re: pgsql: SP-GiST support of the range adjacent operator -|-  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix documentation oversight.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Introduce less-bogus handling of collations in contrib/postgres_