Skip to content

Commit 161c734

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 cf8a489 commit 161c734

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
@@ -388,6 +388,9 @@
388388
/* Define to 1 if you have the `SSL_CTX_set_cert_cb' function. */
389389
#undef HAVE_SSL_CTX_SET_CERT_CB
390390

391+
/* Define to 1 if you have the `SSL_CTX_set_num_tickets' function. */
392+
#undef HAVE_SSL_CTX_SET_NUM_TICKETS
393+
391394
/* Define to 1 if stdbool.h conforms to C99. */
392395
#undef HAVE_STDBOOL_H
393396

@@ -517,9 +520,6 @@
517520
/* Define to 1 if you have the `X509_get_signature_info' function. */
518521
#undef HAVE_X509_GET_SIGNATURE_INFO
519522

520-
/* Define to 1 if you have the `SSL_CTX_set_num_tickets' function. */
521-
#undef HAVE_SSL_CTX_SET_NUM_TICKETS
522-
523523
/* Define to 1 if the assembler supports X86_64's POPCNTQ instruction. */
524524
#undef HAVE_X86_64_POPCNTQ
525525

0 commit comments

Comments
 (0)