pgsql: Remove unneeded probes from configure and meson

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unneeded probes from configure and meson
Date: 2026-01-05 02:04:36
Message-ID: E1vcZxT-004YU9-0U@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-01-05 02:05:17 Re: pgsql: Remove unneeded defines from pg_config.h.in
Previous Message Tom Lane 2026-01-05 01:09:40 Re: pgsql: Remove unneeded defines from pg_config.h.in