pgsql: Change shared library installation naming on macOS

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Change shared library installation naming on macOS
Дата
Msg-id E1oQjxe-000xGt-Gl@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Allow parallel workers to retrieve some data from Port
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Further -Wshadow=compatible-local warning fixes