pgsql: Change shared library installation naming on macOS - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Change shared library installation naming on macOS
Date
Msg-id E1oQjxe-000xGt-Gl@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Allow parallel workers to retrieve some data from Port
Next
From: David Rowley
Date:
Subject: pgsql: Further -Wshadow=compatible-local warning fixes