-
- Downloads
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.
Showing
- contrib/dblink/expected/dblink.out 4 additions, 2 deletionscontrib/dblink/expected/dblink.out
- contrib/dblink/sql/dblink.sql 4 additions, 2 deletionscontrib/dblink/sql/dblink.sql
- contrib/postgres_fdw/expected/postgres_fdw.out 3 additions, 1 deletioncontrib/postgres_fdw/expected/postgres_fdw.out
- contrib/postgres_fdw/sql/postgres_fdw.sql 3 additions, 1 deletioncontrib/postgres_fdw/sql/postgres_fdw.sql
Please register or sign in to comment