Skip to content

Commit 40e8ea9

Browse files
Fix macro placement in pg_config.h.in
Commit 274bbce 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
1 parent 1f476bc commit 40e8ea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/pg_config.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,9 @@
488488
/* Define to 1 if you have the `srandom' function. */
489489
#undef HAVE_SRANDOM
490490

491+
/* Define to 1 if you have the `SSL_CTX_set_num_tickets' function. */
492+
#undef HAVE_SSL_CTX_SET_NUM_TICKETS
493+
491494
/* Define to 1 if stdbool.h conforms to C99. */
492495
#undef HAVE_STDBOOL_H
493496

@@ -686,9 +689,6 @@
686689
/* Define to 1 if you have the `X509_get_signature_nid' function. */
687690
#undef HAVE_X509_GET_SIGNATURE_NID
688691

689-
/* Define to 1 if you have the `SSL_CTX_set_num_tickets' function. */
690-
#undef HAVE_SSL_CTX_SET_NUM_TICKETS
691-
692692
/* Define to 1 if the assembler supports X86_64's POPCNTQ instruction. */
693693
#undef HAVE_X86_64_POPCNTQ
694694

0 commit comments

Comments
 (0)