aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2021-10-04 21:04:11 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2021-10-04 21:04:11 +0200
commitde744e9efbc55288572d1e81168c74ea85a4b90a (patch)
tree6b1972fe773bc7ed7a995d249df3a3ab3a8ac31c /contrib/postgres_fdw/postgres_fdw.c
parentc1aa3b3c0d2125cb04df8ed0387448d8aeb9519c (diff)
downloadpostgresql-de744e9efbc55288572d1e81168c74ea85a4b90a.tar.gz
postgresql-de744e9efbc55288572d1e81168c74ea85a4b90a.zip
Fix check for trapping exit() calls in libpq
Commit e9bc0441f added an errorhint on the exit() check for libpq, but accidentally changed the nm commandline to use -a instead of -A. These options are similar enough to hide it in testing, but -a can also show debugger symbols which isn't what we want. Fix by reverting the check back to using -A again. Reported-by: Anton Voloshin <a.voloshin@postgrespro.ru> Discussion: https://postgr.es/m/bd2c8409-d6b3-5de9-ba0f-40c1381f630f@postgrespro.ru
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions