Stop using "-multiply_defined suppress" on macOS.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0e0de20c88b978e13ad756a74462bf28cd1574bd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2023-09-27T01:06:21Z
Releases: 11.22
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

Files

PathChange+/−
src/Makefile.shlib modified +2 −2

Discussion