]> granicus.if.org Git - postgresql/commit
Specify the port in dblink and postgres_fdw tests.
authorAndres Freund <andres@anarazel.de>
Tue, 26 Aug 2014 10:21:06 +0000 (12:21 +0200)
committerAndres Freund <andres@anarazel.de>
Tue, 26 Aug 2014 10:28:08 +0000 (12:28 +0200)
commit57ca1d4f0175f60e9cfb0f997c864173d9c72607
tree60ec14fef0d4ffa3c8be801adafa5c378014895b
parentddc2504dbcf2af97b58a91b071768c17774d58d1
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.
contrib/dblink/expected/dblink.out
contrib/dblink/sql/dblink.sql
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/sql/postgres_fdw.sql