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

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: SP-GiST support of the range adjacent operator -|-
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Forgot catversion bump in the SP-GiST adjacent support patch.