forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitac44367
committed
pg_waldump: Add a --quiet option.
The primary motivation for this change is that it will be used by theupcoming patch to add backup manifests, but it also seems to have somepotential more general use.Andres Freund and Robert HaasDiscussion:http://postgr.es/m/20200330020814.nspra4mvby42yoa4@alap3.anarazel.de1 parent7cb0a42 commitac44367
File tree
2 files changed
+28
-6
lines changed- doc/src/sgml/ref
- src/bin/pg_waldump
2 files changed
+28
-6
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
128 | 140 |
| |
129 | 141 |
| |
130 | 142 |
| |
|
Lines changed: 16 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
| |||
720 | 721 |
| |
721 | 722 |
| |
722 | 723 |
| |
| 724 | + | |
723 | 725 |
| |
724 | 726 |
| |
725 | 727 |
| |
| |||
755 | 757 |
| |
756 | 758 |
| |
757 | 759 |
| |
| 760 | + | |
758 | 761 |
| |
759 | 762 |
| |
760 | 763 |
| |
| |||
794 | 797 |
| |
795 | 798 |
| |
796 | 799 |
| |
| 800 | + | |
797 | 801 |
| |
798 | 802 |
| |
799 | 803 |
| |
| |||
810 | 814 |
| |
811 | 815 |
| |
812 | 816 |
| |
813 |
| - | |
| 817 | + | |
814 | 818 |
| |
815 | 819 |
| |
816 | 820 |
| |
| |||
840 | 844 |
| |
841 | 845 |
| |
842 | 846 |
| |
| 847 | + | |
| 848 | + | |
| 849 | + | |
843 | 850 |
| |
844 | 851 |
| |
845 | 852 |
| |
| |||
1075 | 1082 |
| |
1076 | 1083 |
| |
1077 | 1084 |
| |
1078 |
| - | |
1079 |
| - | |
1080 |
| - | |
1081 |
| - | |
1082 |
| - | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
1083 | 1093 |
| |
1084 | 1094 |
| |
1085 | 1095 |
| |
|
0 commit comments
Comments
(0)