diff options
author | Andres Freund <andres@anarazel.de> | 2023-09-30 12:10:15 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2023-09-30 12:10:52 -0700 |
commit | d5c5312dc8b66b4ad652ec54ed32029d621e1e93 (patch) | |
tree | 272a760b842c6eadd0085872250a7dc886b1f1e0 /src/backend/executor/execParallel.c | |
parent | 992d2ca81d2b846e253d4394dac8cd2509fd071a (diff) | |
download | postgresql-d5c5312dc8b66b4ad652ec54ed32029d621e1e93.tar.gz postgresql-d5c5312dc8b66b4ad652ec54ed32029d621e1e93.zip |
meson: macos: Correct -exported_symbols_list syntax for Sonoma compat
-exported_symbols_list=... works on Ventura and earlier, but not on
Sonoma. The easiest way to fix it is to -Wl,-exported_symbols_list,@0@ which
actually seems more appropriate anyway, it's obviously a linker argument. It
is easier to use the -Wl,, syntax than passing multiple arguments, due to the
way the export_fmt is used (a single string that's formatted), but if it turns
out to be necessary, we can go for multiple arguments as well.
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/20230928222248.jw6s7yktpfsfczha@alap3.anarazel.de
Backpatch: 16-, where the meson based buildsystem was added
Diffstat (limited to 'src/backend/executor/execParallel.c')
0 files changed, 0 insertions, 0 deletions