Re: cvs head : broken regression tests ? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: cvs head : broken regression tests ?
Date
Msg-id 16019.1086756833@sss.pgh.pa.us
Whole thread Raw
In response to Re: cvs head : broken regression tests ?  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> This only applies to dev versions, as the library version is bumped each 
> release, I believe.

Bumping the minor version number is part of Bruce's standard per-release
checklist.  However, it seems to me that there are some popular
platforms (eg Linux) where a minor version increment isn't really
noticed by the dynamic linker, and only a bump in the major version
number is sufficient to dissuade the linker from seizing on an older
version of the shared library.

Bumping the major version on each release doesn't sound great either,
as it would create binary incompatibility whether we needed it or not.

Anyone see a decent compromise?
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Serguei Mokhov"
Date:
Subject: Re: [DEFAULT] Releasing 7.4.3 ...
Next
From: Tom Lane
Date:
Subject: Re: Question regarding dynamic_library_path