Re: add --no-sync to pg_upgrade's calls to pg_dump and pg_dumpall
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Peter Eisentraut <peter@eisentraut.org>, pgsql-hackers@postgresql.org
Date: 2024-05-08T18:49:58Z
Lists: pgsql-hackers
Nathan Bossart <nathandbossart@gmail.com> writes: > Thanks for looking. I noticed that the version check is unnecessary since > we always use the new binary's pg_dump[all], so I removed that in v2. +1 regards, tom lane
Commits
-
Add --no-sync to pg_upgrade's uses of pg_dump and pg_dumpall.
- 6e16b1e42003 18.0 landed
-
Sync pg_dump and pg_dumpall output
- 96a7128b7b4c 10.0 cited