pgsql: Add missing declarations to pg_config.h.in

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing declarations to pg_config.h.in
Date: 2025-04-03 12:03:47
Message-ID: E1u0JIR-002SZF-2u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing declarations to pg_config.h.in

Add missing pg_config.h.in declarations from 09be39112654
where the corresponding autoconf/meson declarations were
added.

Reviewed-by: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Discussion: https://postgr.es/m/70145721-6949-4ABF-BB54-63F866488DF8@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b82e7eddb023ade0739002b3ef05939ea6937e57

Modified Files
--------------
src/include/pg_config.h.in | 7 +++++++
1 file changed, 7 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-04-03 15:50:24 pgsql: Remove duplicate set of print_notnull
Previous Message Daniel Gustafsson 2025-04-03 11:21:42 pgsql: libpq: Add support for dumping SSL key material to file