Fix macro placement in pg_config.h.in
authorDaniel Gustafsson <[email protected]>
Fri, 26 Jul 2024 14:25:56 +0000 (16:25 +0200)
committerDaniel Gustafsson <[email protected]>
Fri, 26 Jul 2024 14:25:56 +0000 (16:25 +0200)
commit1272cfb7277f723e01657d4090241f5750b8f932
treea1db0f60c7a806c56541a72d2a317b487bb3cf70
parentc7cfbc5157fec24704ea102f113d97193ffe5f7f
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 <[email protected]>
Discussion: https://postgr.es/m/48cebe8c3eaf308bae253b1dbf4e4a75@postgrespro.ru
Backpatch-through: v12
src/include/pg_config.h.in