Don't hardcode contrib_regression dbname in postgres_fdw and dblink tests.

Andres Freund <andres@anarazel.de>

Commit: ddc2504dbcf2af97b58a91b071768c17774d58d1
Author: Andres Freund <andres@anarazel.de>
Date: 2014-08-26T10:27:26Z
Releases: 9.5.0
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.

Files