forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit22e5f88
pg_upgrade: Add --copy option
This option selects the default transfer mode. Having an explicitoption is handy to make scripts and tests more explicit. It alsomakes it easier to talk about a "copy" mode rather than "the defaultmode" or something like that, since until now the default mode didn'thave an externally visible name.Reviewed-by: Daniel Gustafsson <daniel@yesql.se>Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/50a97009-8ff9-ca4d-a0f6-6086a6775a5b%40enterprisedb.com1 parent8fe6a65 commit22e5f88
2 files changed
+16
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
233 | 243 |
| |
234 | 244 |
| |
235 | 245 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
| |||
194 | 195 |
| |
195 | 196 |
| |
196 | 197 |
| |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
197 | 202 |
| |
198 | 203 |
| |
199 | 204 |
| |
| |||
283 | 288 |
| |
284 | 289 |
| |
285 | 290 |
| |
| 291 | + | |
286 | 292 |
| |
287 | 293 |
| |
288 | 294 |
| |
|
0 commit comments
Comments
(0)