forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit83b4a63
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 parentcc606af commit83b4a63
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
400 | 400 |
| |
401 | 401 |
| |
402 | 402 |
| |
| 403 | + | |
| 404 | + | |
| 405 | + | |
403 | 406 |
| |
404 | 407 |
| |
405 | 408 |
| |
| |||
529 | 532 |
| |
530 | 533 |
| |
531 | 534 |
| |
532 |
| - | |
533 |
| - | |
534 |
| - | |
535 | 535 |
| |
536 | 536 |
| |
537 | 537 |
| |
|
0 commit comments
Comments
(0)