- Notifications
You must be signed in to change notification settings - Fork5
Commit79dc97a
committed
Bring some sanity to the trace_recovery_messages code and docs.
Per gripe from Fujii Masao, though this is not exactly his proposed patch.Categorize as DEVELOPER_OPTIONS and set context PGC_SIGHUP, as per Fujii,but set the default to LOG because higher values aren't really sensible(see the code for trace_recovery()). Fix the documentation to agree withthe code and to try to explain what the variable actually does. Get ridof no-op calls trace_recovery(LOG), which accomplish nothing except todemonstrate that this option confuses even its author.1 parent9676b01 commit79dc97a
File tree
4 files changed
+48
-38
lines changed- doc/src/sgml
- src/backend
- storage/ipc
- utils
- error
- misc
4 files changed
+48
-38
lines changedLines changed: 26 additions & 27 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
5777 | 5777 |
| |
5778 | 5778 |
| |
5779 | 5779 |
| |
| 5780 | + | |
| 5781 | + | |
| 5782 | + | |
| 5783 | + | |
| 5784 | + | |
| 5785 | + | |
| 5786 | + | |
| 5787 | + | |
| 5788 | + | |
| 5789 | + | |
| 5790 | + | |
| 5791 | + | |
| 5792 | + | |
| 5793 | + | |
| 5794 | + | |
| 5795 | + | |
| 5796 | + | |
| 5797 | + | |
| 5798 | + | |
| 5799 | + | |
| 5800 | + | |
| 5801 | + | |
| 5802 | + | |
| 5803 | + | |
| 5804 | + | |
5780 | 5805 |
| |
5781 | 5806 |
| |
5782 | 5807 |
| |
| |||
5959 | 5984 |
| |
5960 | 5985 |
| |
5961 | 5986 |
| |
5962 |
| - | |
5963 |
| - | |
5964 |
| - | |
5965 |
| - | |
5966 |
| - | |
5967 |
| - | |
5968 |
| - | |
5969 |
| - | |
5970 |
| - | |
5971 |
| - | |
5972 |
| - | |
5973 |
| - | |
5974 |
| - | |
5975 |
| - | |
5976 |
| - | |
5977 |
| - | |
5978 |
| - | |
5979 |
| - | |
5980 |
| - | |
5981 |
| - | |
5982 |
| - | |
5983 |
| - | |
5984 |
| - | |
5985 |
| - | |
5986 |
| - | |
5987 |
| - | |
5988 | 5987 |
| |
5989 | 5988 |
| |
5990 | 5989 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
591 | 591 |
| |
592 | 592 |
| |
593 | 593 |
| |
594 |
| - | |
| 594 | + | |
595 | 595 |
| |
596 | 596 |
| |
597 | 597 |
| |
| |||
655 | 655 |
| |
656 | 656 |
| |
657 | 657 |
| |
658 |
| - | |
| 658 | + | |
659 | 659 |
| |
660 | 660 |
| |
661 | 661 |
| |
|
Lines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
2798 | 2798 |
| |
2799 | 2799 |
| |
2800 | 2800 |
| |
2801 |
| - | |
2802 |
| - | |
2803 |
| - | |
| 2801 | + | |
| 2802 | + | |
| 2803 | + | |
| 2804 | + | |
| 2805 | + | |
| 2806 | + | |
| 2807 | + | |
| 2808 | + | |
2804 | 2809 |
| |
2805 | 2810 |
| |
2806 | 2811 |
| |
| 2812 | + | |
| 2813 | + | |
2807 | 2814 |
| |
2808 | 2815 |
| |
2809 | 2816 |
| |
|
Lines changed: 8 additions & 4 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 |
| |
| |||
2829 | 2829 |
| |
2830 | 2830 |
| |
2831 | 2831 |
| |
2832 |
| - | |
2833 |
| - | |
| 2832 | + | |
| 2833 | + | |
2834 | 2834 |
| |
2835 | 2835 |
| |
2836 | 2836 |
| |
2837 | 2837 |
| |
2838 |
| - | |
| 2838 | + | |
| 2839 | + | |
| 2840 | + | |
| 2841 | + | |
| 2842 | + | |
2839 | 2843 |
| |
2840 | 2844 |
| |
2841 | 2845 |
| |
|
0 commit comments
Comments
(0)