pgsql: Stop using "-multiply_defined suppress" on macOS.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Stop using "-multiply_defined suppress" on macOS.
Дата
Msg-id E1qlJ0p-006BfI-M7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Stop using "-multiply_defined suppress" on macOS.

We started to use this linker switch in commit 9df308697 of
2004-07-13, which was in the OS X 10.3 era.  Apparently it's been a
no-op since around OS X 10.9.  Apple's most recent toolchain version
actively complains about it, so it's time to get rid of it.

Discussion: https://postgr.es/m/467042.1695766998@sss.pgh.pa.us

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/abe423712a12bfd53d2e35b5ca06f599ed926b9a

Modified Files
--------------
src/Makefile.shlib | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: clarify the effect of concurrent work_mem allocations
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: unaccent: Tweak value of PYTHON when building without Python sup