]> granicus.if.org Git - postgresql/commit
Run most pg_dump and pg_dumpall tests with --no-sync
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 10 Apr 2017 23:53:47 +0000 (19:53 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 10 Apr 2017 23:53:47 +0000 (19:53 -0400)
commit3820c63da8d0e59e2bd4476e91968f03be5dd041
tree51f66ae5b1ab8ea964f2de468a46008542a96436
parent521fd4795e3ec3d0b263b62e5eb58e1557be9c86
Run most pg_dump and pg_dumpall tests with --no-sync

Commit 96a7128b made pg_dump and pg_dumpall sync their output by
default. However, there's no great need for that in testing, and it
could impose a performance penalty, so we add the --no-sync flag to most
of the test cases.

Michael Paquier
src/bin/pg_dump/t/002_pg_dump.pl
src/bin/pg_dump/t/010_dump_connstr.pl
src/bin/pg_upgrade/test.sh
src/test/modules/test_pg_dump/t/001_base.pl