Re: pgsql: postgres_fdw: Judge password use by run-as user, not session use

2017-12-05 Thread Robert Haas
On Tue, Dec 5, 2017 at 1:03 PM, Stephen Frost wrote: > * Robert Haas ([email protected]) wrote: >> postgres_fdw: Judge password use by run-as user, not session user. > > There was apparently a regression test that was broken by this and is > making the buildfarm rather unhappy.. Oops. Sorry.

Re: pgsql: postgres_fdw: Judge password use by run-as user, not session use

2017-12-05 Thread Stephen Frost
Robert, * Robert Haas ([email protected]) wrote: > postgres_fdw: Judge password use by run-as user, not session user. There was apparently a regression test that was broken by this and is making the buildfarm rather unhappy.. Thanks! Stephen signature.asc Description: Digital signature

pgsql: postgres_fdw: Judge password use by run-as user, not session use

2017-12-05 Thread Robert Haas
postgres_fdw: Judge password use by run-as user, not session user. This is a backward incompatibility which should be noted in the release notes for PostgreSQL 11. For security reasons, we require that a postgres_fdw foreign table use password authentication when accessing a remote server, so tha