]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_upgrade: remove --single-transaction usage
authorBruce Momjian <bruce@momjian.us>
Wed, 23 Jan 2013 03:27:13 +0000 (22:27 -0500)
committerBruce Momjian <bruce@momjian.us>
Wed, 23 Jan 2013 03:27:16 +0000 (22:27 -0500)
commit861ad67bd9546a8328ea31d0141406db16f4c57c
tree75eb2f62ce3aabba7e7e30382143225706975205
parent21c87a0d46c8e9eb299d0fdfb75728c931452ddb
pg_upgrade:  remove --single-transaction usage

With AtEOXact applied, --single-transaction makes pg_restore slower, and
has the potential to require lock table configuration, so remove the
argument.

Per suggestion from Tom.
contrib/pg_upgrade/pg_upgrade.c