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.polyak...@postgrespro.ru> Discussion: https://postgr.es/m/48cebe8c3eaf308bae253b1dbf4e4...@postgrespro.ru Backpatch-through: v12 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/161c73462bf2b9845371d785eac21e32f8fdcae0 Modified Files -------------- src/include/pg_config.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)