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: [email protected]
Views: Whole Thread | Raw Message | 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/[email protected]

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