Fix macro placement in pg_config.h.in

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 83b4a6358b0a1f2637872340fd072b3c42258747
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-07-26T14:29:47Z
Releases: 16.4
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

Files

PathChange+/−
src/include/pg_config.h.in modified +3 −3

Discussion