Run most pg_dump and pg_dumpall tests with --no-sync

Andrew Dunstan <andrew@dunslane.net>

Commit: 3820c63da8d0e59e2bd4476e91968f03be5dd041
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2017-04-10T23:53:47Z
Releases: 10.0
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

Files