]> granicus.if.org Git - postgresql/commit
Don't require a user mapping for FDWs to work.
authorRobert Haas <rhaas@postgresql.org>
Tue, 29 Mar 2016 01:50:28 +0000 (21:50 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 29 Mar 2016 01:50:28 +0000 (21:50 -0400)
commit5d4171d1c70edfe3e9be1de9e66603af28e3afe1
treee74ee89c0af8ea0662fc001ba9ce965d6a2890c8
parent868628e4fd44d75987d6c099ac63613cc5417629
Don't require a user mapping for FDWs to work.

Commit fbe5a3fb73102c2cfec11aaaa4a67943f4474383 accidentally changed
this behavior; put things back the way they were, and add some
regression tests.

Report by Andres Freund; patch by Ashutosh Bapat, with a bit of
kibitzing by me.
contrib/file_fdw/input/file_fdw.source
contrib/file_fdw/output/file_fdw.source
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/postgres_fdw.c
contrib/postgres_fdw/sql/postgres_fdw.sql
src/backend/foreign/foreign.c
src/backend/optimizer/util/relnode.c
src/include/foreign/foreign.h