pgsql: Improve build-time check that libpq doesn't call exit().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve build-time check that libpq doesn't call exit().
Date: 2021-07-01 14:45:31
Message-ID: E1lyxwZ-0001q8-KL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve build-time check that libpq doesn't call exit().

Further fixes for commit dc227eb82. Per suggestion from
Peter Eisentraut, use a stamp-file to control when the check
is run, avoiding repeated executions during "make all".
Also, remove "-g" switch for nm: it's useless and some versions
of nm consider it to conflict with "-u". (Thanks to Noah Misch
for running down that portability issue.)

Discussion: https://postgr.es/m/3128896.1624742969@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2f7bae2f924d8213a76370f825dc15eb0aa79796

Modified Files
--------------
src/interfaces/libpq/.gitignore | 1 +
src/interfaces/libpq/Makefile | 10 +++++-----
2 files changed, 6 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-07-01 16:58:46 pgsql: Don't reset relhasindex for partitioned tables on ANALYZE
Previous Message Andrew Dunstan 2021-07-01 13:04:47 pgsql: Fix prove_installcheck to use correct paths when used with PGXS