Re: Extension compatibility between postgresql minor version - Mailing list pgsql-general

From Tom Lane
Subject Re: Extension compatibility between postgresql minor version
Date
Msg-id 19038.1480007428@sss.pgh.pa.us
Whole thread Raw
In response to Re: Extension compatibility between postgresql minor version  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: Extension compatibility between postgresql minor version
List 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 by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Extension compatibility between postgresql minor version
Next
From: Adrian Klaver
Date:
Subject: Re: query locks up when run concurrently