forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita9577ba
committed
Add pg_combinebackup --copy option
Introduces --copy as an alternative to --clone and --copy-file-range.This option simply picks the default mode to copy files, as if none ofthe options was specified. This makes pg_combinebackup options moreconsistent with pg_upgrade, and it makes testing simpler.Reported-by: Peter EisentrautDiscussion:https://postgr.es/m/48da4a1f-ccd9-4988-9622-24f37b1de2b4%40eisentraut.org1 parente99e840 commita9577ba
File tree
2 files changed
+16
-1
lines changed- doc/src/sgml/ref
- src/bin/pg_combinebackup
2 files changed
+16
-1
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
165 | 175 |
| |
166 | 176 |
| |
167 | 177 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
| 143 | + | |
143 | 144 |
| |
144 | 145 |
| |
145 | 146 |
| |
| |||
209 | 210 |
| |
210 | 211 |
| |
211 | 212 |
| |
| 213 | + | |
| 214 | + | |
| 215 | + | |
212 | 216 |
| |
213 | 217 |
| |
214 | 218 |
| |
| |||
763 | 767 |
| |
764 | 768 |
| |
765 | 769 |
| |
| 770 | + | |
766 | 771 |
| |
767 | 772 |
| |
768 | 773 |
| |
|
0 commit comments
Comments
(0)