-
- Downloads
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
Showing
- src/bin/pg_dump/t/002_pg_dump.pl 71 additions, 25 deletionssrc/bin/pg_dump/t/002_pg_dump.pl
- src/bin/pg_dump/t/010_dump_connstr.pl 7 additions, 7 deletionssrc/bin/pg_dump/t/010_dump_connstr.pl
- src/bin/pg_upgrade/test.sh 2 additions, 2 deletionssrc/bin/pg_upgrade/test.sh
- src/test/modules/test_pg_dump/t/001_base.pl 56 additions, 23 deletionssrc/test/modules/test_pg_dump/t/001_base.pl
Loading
Please register or sign in to comment