forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb2e431a
committed
Implement dry-run mode for pg_archivecleanup
In dry-run mode, just the name of the file to be removed is printed tostdout; this is so the user can easily plug it into another programthrough a pipe. If debug mode is also specified, a more verbose messageis printed to stderr.Author: Gabriele BartoliniReviewer: Josh Kupershmidt1 parent21238de commitb2e431a
File tree
2 files changed
+31
-1
lines changed- contrib/pg_archivecleanup
- doc/src/sgml
2 files changed
+31
-1
lines changedLines changed: 22 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| |||
119 | 120 |
| |
120 | 121 |
| |
121 | 122 |
| |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
122 | 139 |
| |
123 | 140 |
| |
124 | 141 |
| |
| |||
205 | 222 |
| |
206 | 223 |
| |
207 | 224 |
| |
| 225 | + | |
208 | 226 |
| |
209 | 227 |
| |
210 | 228 |
| |
| |||
241 | 259 |
| |
242 | 260 |
| |
243 | 261 |
| |
244 |
| - | |
| 262 | + | |
245 | 263 |
| |
246 | 264 |
| |
247 | 265 |
| |
248 | 266 |
| |
249 | 267 |
| |
250 | 268 |
| |
| 269 | + | |
| 270 | + | |
| 271 | + | |
251 | 272 |
| |
252 | 273 |
| |
253 | 274 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
101 | 110 |
| |
102 | 111 |
| |
103 | 112 |
| |
|
0 commit comments
Comments
(0)