Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit161c734

Browse files
Fix macro placement in pg_config.h.in
Commit274bbce accidentally placed the pg_config.h.infor SSL_CTX_set_num_tickets on the wrong line wrt where autoheaderplaces it. Fix by re-arranging and backpatch to the same level asthe original commit.Reported-by: Marina Polyakova <m.polyakova@postgrespro.ru>Discussion:https://postgr.es/m/48cebe8c3eaf308bae253b1dbf4e4a75@postgrespro.ruBackpatch-through: v12
1 parentcf8a489 commit161c734

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)

[8]ページ先頭

©2009-2025 Movatter.jp