diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-07-03 11:21:40 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-07-03 11:21:40 -0400 |
commit | 792259591c0fc19c42247fc7668b1064d1e850d4 (patch) | |
tree | 8c3746426461d8c586b59b4a940054627da31872 /src/backend/executor/nodeAgg.c | |
parent | d390bb62a6332f8a913c2c2021d56d6dba5a1dce (diff) | |
download | postgresql-792259591c0fc19c42247fc7668b1064d1e850d4.tar.gz postgresql-792259591c0fc19c42247fc7668b1064d1e850d4.zip |
Further restrict the scope of no-exit()-in-libpq test.
Disable this check altogether in --enable-coverage builds,
because newer versions of gcc insert exit() as well as abort()
calls for that. Also disable it on AIX and Solaris, because
those platforms tend to provide facilities such as libldap
as static libraries, which then get included in libpq's shlib.
We can't expect such libraries to honor our coding rules.
(That platform list might need additional tweaking, but I think
this is enough to keep the buildfarm happy.)
Per reports from Jacob Champion and Noah Misch.
Discussion: https://postgr.es/m/3128896.1624742969@sss.pgh.pa.us
Diffstat (limited to 'src/backend/executor/nodeAgg.c')
0 files changed, 0 insertions, 0 deletions