pgsql: Remove unneeded probes from configure and meson - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove unneeded probes from configure and meson
Date
Msg-id E1vcZxT-004YU9-0U@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove unneeded probes from configure and meson

7d854bdc5b72 has removed two symbols from pg_config.h.in.  This file is
automatically generated.  The correct cleanup needs to be done in the
build scripts, instead.  autoheader produces now a consistent
pg_config.h.in, without the symbols that were removed in the previous
commit.

Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/1193764.1767573683@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8ab4b864c13f76512bd14591cc358df8c3d7c3a0

Modified Files
--------------
configure    | 2 +-
configure.ac | 2 --
meson.build  | 2 --
3 files changed, 1 insertion(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Remove unneeded defines from pg_config.h.in
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Remove unneeded defines from pg_config.h.in