forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc8bf509
committed
Allow specifying pg_waldump --rmgr option multiple times.
Before, if you specified multiple --rmgr options, only the last one tookeffect. It seems more sensible to select all the specified resourcemanagers.Reviewed-By: Daniel Gustafsson, Julien RouhaudDiscussion:https://www.postgresql.org/message-id/98344bc2-e222-02ad-a75b-81ffc614c155%40iki.fi1 parent71ba45a commitc8bf509
File tree
2 files changed
+11
-8
lines changed- doc/src/sgml/ref
- src/bin/pg_waldump
2 files changed
+11
-8
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 |
| - | |
| 145 | + | |
| 146 | + | |
146 | 147 |
| |
147 | 148 |
| |
148 | 149 |
| |
|
Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
| |||
825 | 826 |
| |
826 | 827 |
| |
827 | 828 |
| |
828 |
| - | |
| 829 | + | |
| 830 | + | |
829 | 831 |
| |
830 | 832 |
| |
831 | 833 |
| |
| |||
884 | 886 |
| |
885 | 887 |
| |
886 | 888 |
| |
887 |
| - | |
| 889 | + | |
| 890 | + | |
888 | 891 |
| |
889 | 892 |
| |
890 | 893 |
| |
891 |
| - | |
892 |
| - | |
| 894 | + | |
893 | 895 |
| |
894 | 896 |
| |
895 | 897 |
| |
| |||
1098 | 1100 |
| |
1099 | 1101 |
| |
1100 | 1102 |
| |
1101 |
| - | |
1102 |
| - | |
| 1103 | + | |
| 1104 | + | |
1103 | 1105 |
| |
1104 | 1106 |
| |
1105 | 1107 |
| |
|
0 commit comments
Comments
(0)