Files
postgresql/src/test/modules/test_pg_dump
Andrew Dunstan 3820c63da8 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
2017-04-10 19:53:47 -04:00
..
2016-09-08 14:39:05 -03:00

test_pg_dump is an extension explicitly to test pg_dump when
extensions are present in the system.