- Notifications
You must be signed in to change notification settings - Fork5
Commit5494373
committed
Refer to max_wal_senders in a more consistent fashion.
The error message now makes explicit reference to the GUC that must be changedto fix the problem, using wording suggested by Tom Lane. Along the way,rename the GUC from MaxWalSenders to max_wal_senders for consistency andgrep-ability.1 parent38672aa commit5494373
File tree
4 files changed
+16
-14
lines changed- src
- backend
- access/transam
- replication
- utils/misc
- include/access
4 files changed
+16
-14
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
7092 | 7092 |
| |
7093 | 7093 |
| |
7094 | 7094 |
| |
7095 |
| - | |
| 7095 | + | |
7096 | 7096 |
| |
7097 | 7097 |
| |
7098 | 7098 |
| |
|
Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| |||
452 | 452 |
| |
453 | 453 |
| |
454 | 454 |
| |
455 |
| - | |
| 455 | + | |
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
| |||
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
479 |
| - | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
480 | 482 |
| |
481 | 483 |
| |
482 | 484 |
| |
| |||
766 | 768 |
| |
767 | 769 |
| |
768 | 770 |
| |
769 |
| - | |
| 771 | + | |
770 | 772 |
| |
771 | 773 |
| |
772 | 774 |
| |
| |||
791 | 793 |
| |
792 | 794 |
| |
793 | 795 |
| |
794 |
| - | |
| 796 | + | |
795 | 797 |
| |
796 | 798 |
| |
797 | 799 |
| |
| |||
810 | 812 |
| |
811 | 813 |
| |
812 | 814 |
| |
813 |
| - | |
| 815 | + | |
814 | 816 |
| |
815 | 817 |
| |
816 | 818 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
1705 | 1705 |
| |
1706 | 1706 |
| |
1707 | 1707 |
| |
1708 |
| - | |
| 1708 | + | |
1709 | 1709 |
| |
1710 | 1710 |
| |
1711 | 1711 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 |
| - | |
| 205 | + | |
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 |
| - | |
| 211 | + | |
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
|
0 commit comments
Comments
(0)