forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdb361db
committed
Make GUC wal_sender_timeout user-settable
Being able to use a value that can be changed on a connection basis isuseful with clusters distributed geographically, and makes failuredetection more flexible. A note is added in the documentation about theuse of "options" in primary_conninfo, which can be hard to grasp fornewcomers with the need of two single quotes when listing a set ofparameters.Author: Tsunakawa TakayukiReviewed-by: Masahiko Sawada, Michael PaquierDiscussion:https://postgr.es/m/0A3221C70F24FB45833433255569204D1FAAD3AE@G01JPEXMBYT051 parent4f3b38f commitdb361db
File tree
3 files changed
+10
-6
lines changed- doc/src/sgml
- src/backend/utils/misc
3 files changed
+10
-6
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3127 | 3127 |
| |
3128 | 3128 |
| |
3129 | 3129 |
| |
3130 |
| - | |
3131 |
| - | |
3132 |
| - | |
3133 |
| - | |
| 3130 | + | |
| 3131 | + | |
| 3132 | + | |
| 3133 | + | |
| 3134 | + | |
| 3135 | + | |
| 3136 | + | |
| 3137 | + | |
3134 | 3138 |
| |
3135 | 3139 |
| |
3136 | 3140 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
738 | 738 |
| |
739 | 739 |
| |
740 | 740 |
| |
741 |
| - | |
| 741 | + | |
742 | 742 |
| |
743 | 743 |
| |
744 | 744 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2539 | 2539 |
| |
2540 | 2540 |
| |
2541 | 2541 |
| |
2542 |
| - | |
| 2542 | + | |
2543 | 2543 |
| |
2544 | 2544 |
| |
2545 | 2545 |
| |
|
0 commit comments
Comments
(0)