diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-01-20 12:07:23 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-01-20 12:07:35 -0500 |
commit | 561dd8d8a2eab5097fedddabcc6dee4981c73550 (patch) | |
tree | 869fa59daa6c376f41abb5579fdb0311f2d66cdc /contrib/postgres_fdw/postgres_fdw.c | |
parent | 53a24faaa4033303ff9d8d103456cae8c2791619 (diff) | |
download | postgresql-561dd8d8a2eab5097fedddabcc6dee4981c73550.tar.gz postgresql-561dd8d8a2eab5097fedddabcc6dee4981c73550.zip |
Further tweaking of PG_SYSROOT heuristics for macOS.
It emerges that in some phases of the moon (perhaps to do with
directory entry order?), xcrun will report that the SDK path is
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
which is normally a symlink to a version-numbered sibling directory.
Our heuristic to skip non-version-numbered pathnames was rejecting
that, which is the wrong thing to do. We'd still like to end up
with a version-numbered PG_SYSROOT value, but we can have that by
dereferencing the symlink.
Like the previous fix, back-patch to all supported versions.
Discussion: https://postgr.es/m/522433.1611089678@sss.pgh.pa.us
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions