Обсуждение: pgsql: Remove unneeded probes from configure and meson

Поиск
Список
Период
Сортировка

pgsql: Remove unneeded probes from configure and meson

От
Michael Paquier
Дата:
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(-)