]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_dump and pg_restore -r had managed to diverge on the ordering of
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 Aug 2003 20:21:34 +0000 (20:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 Aug 2003 20:21:34 +0000 (20:21 +0000)
commit209a8d63df404b4c866a3ea430eea05f4d36ebc0
tree2ad92ee7c1021e2def135d6e4ae30059e4e64955
parent80bc61c849da7faf24b5eb6c58034180f761bc33
pg_dump and pg_restore -r had managed to diverge on the ordering of
different object types.  Fix, and centralize logic to try to prevent
the same mistake in future.
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_restore.c