forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit40e8ea9
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 parent1f476bc commit40e8ea9
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
488 | 488 |
| |
489 | 489 |
| |
490 | 490 |
| |
| 491 | + | |
| 492 | + | |
| 493 | + | |
491 | 494 |
| |
492 | 495 |
| |
493 | 496 |
| |
| |||
686 | 689 |
| |
687 | 690 |
| |
688 | 691 |
| |
689 |
| - | |
690 |
| - | |
691 |
| - | |
692 | 692 |
| |
693 | 693 |
| |
694 | 694 |
| |
|
0 commit comments
Comments
(0)