pgsql: Specify the port in dblink and postgres_fdw tests. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Specify the port in dblink and postgres_fdw tests.
Date
Msg-id E1XME1k-0005tO-Ln@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/57ca1d4f0175f60e9cfb0f997c864173d9c72607

Modified Files
--------------
contrib/dblink/expected/dblink.out             |    6 ++++--
contrib/dblink/sql/dblink.sql                  |    6 ++++--
contrib/postgres_fdw/expected/postgres_fdw.out |    4 +++-
contrib/postgres_fdw/sql/postgres_fdw.sql      |    4 +++-
4 files changed, 14 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Show schema names in pg_dump verbose output.
Next
From: Andres Freund
Date:
Subject: pgsql: Don't hardcode contrib_regression dbname in postgres_fdw and dbl