pgsql: Fix macro placement in pg_config.h.in

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix macro placement in pg_config.h.in
Date: 2024-07-26 17:17:35
Message-ID: E1sXOZT-001KwP-Kc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix macro placement in pg_config.h.in

Commit 274bbced85383e831dde accidentally placed the pg_config.h.in
for SSL_CTX_set_num_tickets on the wrong line wrt where autoheader
places it. Fix by re-arranging and backpatch to the same level as
the original commit.

Reported-by: Marina Polyakova <m(dot)polyakova(at)postgrespro(dot)ru>
Discussion: https://postgr.es/m/48cebe8c3eaf308bae253b1dbf4e4a75@postgrespro.ru
Backpatch-through: v12

Branch
------
REL_12_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-07-26 18:38:24 pgsql: pg_upgrade: Move live_check variable to user_opts.
Previous Message Daniel Gustafsson 2024-07-26 17:17:17 pgsql: Fix macro placement in pg_config.h.in