forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit970cd5c
committed
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: v121 parent118ec33 commit970cd5c
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
| 514 | + | |
| 515 | + | |
| 516 | + | |
514 | 517 |
| |
515 | 518 |
| |
516 | 519 |
| |
| |||
721 | 724 |
| |
722 | 725 |
| |
723 | 726 |
| |
724 |
| - | |
725 |
| - | |
726 |
| - | |
727 | 727 |
| |
728 | 728 |
| |
729 | 729 |
| |
|
0 commit comments
Comments
(0)