pgsql: Change shared library installation naming on macOS

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change shared library installation naming on macOS
Date: 2022-08-24 06:33:59
Message-ID: E1oQjxe-000xGt-Gl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change shared library installation naming on macOS

It is not customary to install a shared library with a minor version
number (libpq.5.16.dylib) on macOS. We just need the file with the
major version number (libpq.5.dylib) and the one without version
number (libpq.dylib). This also matches the installation layout used
by Meson.

Discussion: https://www.postgresql.org/message-id/e0c44fb2-8b66-a4b9-b274-7ed3a1a0ab74@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/161355ee6d2c64c0c4853a0646795028d666f052

Modified Files
--------------
src/Makefile.shlib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2022-08-24 10:05:10 pgsql: Further -Wshadow=compatible-local warning fixes
Previous Message Michael Paquier 2022-08-24 03:57:38 pgsql: Allow parallel workers to retrieve some data from Port