Specify the port in dblink and postgres_fdw tests.

Andres Freund <andres@anarazel.de>

Commit: 57ca1d4f0175f60e9cfb0f997c864173d9c72607
Author: Andres Freund <andres@anarazel.de>
Date: 2014-08-26T10:28:08Z
Releases: 9.5.0
Specify the port in dblink and postgres_fdw tests.

That allows to run those tests against a postmaster listening on a
nonstandard port without requiring to export PGPORT in postmaster's
environment.

This still doesn't support connecting to a nondefault host without
configuring it in postmaster's environment. That's harder and less
frequently used though. So this is a useful step.

Files