Re: Extension compatibility between postgresql minor version

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Extension compatibility between postgresql minor version
Дата
Msg-id 19038.1480007428@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Extension compatibility between postgresql minor version  (Adrian Klaver <adrian.klaver@aklaver.com>)
Ответы Re: Extension compatibility between postgresql minor version  (David Richer <david.richer@autodesk.com>)
Список pgsql-general
Adrian Klaver <adrian.klaver@aklaver.com> writes:
> On 11/24/2016 09:01 AM, David Richer wrote:
>> I am not an expert but I am assuming that the native part of the extension (pg_freespacemap.so) is compiled with
postgresqlheaders and libs. 

> The part that confused me is the last part where you ask about using a
> 9.3.14 extension with a 9.3.15 server which is the opposite of
> everything you said previously, in particular the prior sentence.

It would probably work either way, although a prudent man would peruse
the 9.3.15 release notes to see if anything was said about changes that
cause breakage of extensions.  But we try hard to avoid such changes
in minor releases, particularly in long-stable branches.

            regards, tom lane


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Extension compatibility between postgresql minor version
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: query locks up when run concurrently