summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/expected
diff options
context:
space:
mode:
authorTom Lane2025-07-09 18:21:00 +0000
committerTom Lane2025-07-09 18:21:00 +0000
commit7bd752c1fb8eb300f0011ad9bcdbf96cb1ad64e2 (patch)
tree34226033bb869c5952861c6634a5476d91fd9865 /contrib/postgres_fdw/expected
parent765a4c94ccc83ab95cf2d721e1ff97ba173c83e7 (diff)
Link libpq with libdl if the platform needs that.REL_18_STABLE
Since b0635bfda, libpq uses dlopen() and related functions. On some platforms these are not supplied by libc, but by a separate library libdl, in which case we need to make sure that that dependency is known to the linker. Meson seems to take care of that automatically, but the Makefile didn't cater for it. Author: Tom Lane <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 18
Diffstat (limited to 'contrib/postgres_fdw/expected')
0 files changed, 0 insertions, 0 deletions