Re: pgsql: Fix assorted inconsistencies in GIN opclass support function dec

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: pgsql: Fix assorted inconsistencies in GIN opclass support function dec
Дата
Msg-id CAPpHfdsp5zNTt_pfHN6DWrE3=DcBikMZrwHbbbyLLcbxgK6emw@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Fix assorted inconsistencies in GIN opclass support function dec  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Fix assorted inconsistencies in GIN opclass support function dec  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Wed, Jan 20, 2016 at 6:32 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
contrib/hstore/hstore--1.3.sql     |   12 ++++-----
contrib/intarray/intarray--1.1.sql |    8 +++---
contrib/tsearch2/tsearch2--1.0.sql |    4 +--

Hmm...  Is it correct to change function signatures without extension version bump?  pg_upgraded clusters would remain with old version of these functions.  Once we have instances with same extension version but with different signatures of its functions, there is no correct way to refer these functions in future.  I think we should do the version bump in this case.
The same  for 9ff60273e35cad6e9d3a4adf59d5c2455afe9d9e.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company 

В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix thinko in comment
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix assorted inconsistencies in GIN opclass support function dec