]> granicus.if.org Git - postgresql/commit
Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests.
authorAndres Freund <andres@anarazel.de>
Tue, 26 Aug 2014 00:54:53 +0000 (02:54 +0200)
committerAndres Freund <andres@anarazel.de>
Tue, 26 Aug 2014 10:27:26 +0000 (12:27 +0200)
commitddc2504dbcf2af97b58a91b071768c17774d58d1
tree4b8dfca3fa0f534726582e02fe704e5044a250c8
parent2bde29739d1e28f58e901b7e53057b8ddc0ec286
Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests.

That allows parallel installcheck to succeed inside contrib/. The
output is not particularly pretty unless make's -O option to
synchronize the output is used.

There's other tests, outside contrib, that use a hardcoded,
non-unique, database name. Those prohibit paralell installcheck to be
used across more directories; but that's something for a separate
patch.
contrib/dblink/Makefile
contrib/dblink/expected/dblink.out
contrib/dblink/sql/dblink.sql
contrib/postgres_fdw/Makefile
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/sql/postgres_fdw.sql