Skip to content

Commit 970cd5c

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 118ec33 commit 970cd5c

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
@@ -511,6 +511,9 @@
511511
/* Define to 1 if you have spinlocks. */
512512
#undef HAVE_SPINLOCKS
513513

514+
/* Define to 1 if you have the `SSL_CTX_set_num_tickets' function. */
515+
#undef HAVE_SSL_CTX_SET_NUM_TICKETS
516+
514517
/* Define to 1 if stdbool.h conforms to C99. */
515518
#undef HAVE_STDBOOL_H
516519

@@ -721,9 +724,6 @@
721724
/* Define to 1 if you have the `X509_get_signature_nid' function. */
722725
#undef HAVE_X509_GET_SIGNATURE_NID
723726

724-
/* Define to 1 if you have the `SSL_CTX_set_num_tickets' function. */
725-
#undef HAVE_SSL_CTX_SET_NUM_TICKETS
726-
727727
/* Define to 1 if the assembler supports X86_64's POPCNTQ instruction. */
728728
#undef HAVE_X86_64_POPCNTQ
729729

0 commit comments

Comments
 (0)