forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdd7c60f
committed
Introduce long options in pg_archivecleanup
This patch is a preliminary refactoring for an upcoming patch aimed atadding new options to this tool, and using long options for these ismore user-friendly. The existing short options gain long flavors, asof:* -d/--debug* -n/--dry-run* -x/--strip-extensionAuthor: Atsushi TorikoshiReviewed-by: Fujii Masao, Kyotaro Horiguchi, Michael PaquierDiscussion:https://postgr.es/m/d660ef741ce3d82f3b4283f1cafd576c@oss.nttdata.com1 parentcfc43ae commitdd7c60f
File tree
2 files changed
+19
-8
lines changed- doc/src/sgml/ref
- src/bin/pg_archivecleanup
2 files changed
+19
-8
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
98 | 99 |
| |
99 | 100 |
| |
100 | 101 |
| |
| |||
104 | 105 |
| |
105 | 106 |
| |
106 | 107 |
| |
| 108 | + | |
107 | 109 |
| |
108 | 110 |
| |
109 | 111 |
| |
| |||
122 | 124 |
| |
123 | 125 |
| |
124 | 126 |
| |
125 |
| - | |
| 127 | + | |
| 128 | + | |
126 | 129 |
| |
127 | 130 |
| |
128 | 131 |
| |
|
Lines changed: 15 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
259 |
| - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
260 | 262 |
| |
261 | 263 |
| |
262 | 264 |
| |
| |||
274 | 276 |
| |
275 | 277 |
| |
276 | 278 |
| |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
277 | 285 |
| |
278 | 286 |
| |
279 | 287 |
| |
| |||
294 | 302 |
| |
295 | 303 |
| |
296 | 304 |
| |
297 |
| - | |
| 305 | + | |
298 | 306 |
| |
299 | 307 |
| |
300 | 308 |
| |
|
0 commit comments
Comments
(0)