pgsql: Specify the port in dblink and postgres_fdw tests.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Specify the port in dblink and postgres_fdw tests.
Date: 2014-08-26 10:31:00
Message-ID: E1XME1k-0005tO-Ln@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-08-26 13:20:24 pgsql: Implement IF NOT EXISTS for CREATE SEQUENCE.
Previous Message Heikki Linnakangas 2014-08-26 08:53:32 pgsql: Show schema names in pg_dump verbose output.