forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6e16b1e
committed
Add --no-sync to pg_upgrade's uses of pg_dump and pg_dumpall.
There's no reason to ensure that the files pg_upgrade generateswith pg_dump and pg_dumpall have been written safely to disk. Ifthere is a crash during pg_upgrade, the upgrade must be restartedfrom the beginning; dump files left behind by previous pg_upgradeattempts cannot be reused.Reviewed-by: Peter Eisentraut, Tom Lane, Michael Paquier, Daniel GustafssonDiscussion:https://postgr.es/m/20240503171348.GA1731524%40nathanxps131 parent3fb59e7 commit6e16b1e
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
0 commit comments
Comments
(0)