]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix macro placement in pg_config.h.in
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 26 Jul 2024 12:16:40 +0000 (14:16 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 26 Jul 2024 12:16:40 +0000 (14:16 +0200)
commit51c1b4fd1579b7a410c53c193ac4e20730cbdbc5
tree8abd1e66f4cf68050641e4b3c62bb167196cfe7f
parentecbb1cd9b7ec2ef30262708f30397b7d1cdab617
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.polyakova@postgrespro.ru>
Discussion: https://postgr.es/m/48cebe8c3eaf308bae253b1dbf4e4a75@postgrespro.ru
Backpatch-through: v12
src/include/pg_config.h.in