-
- Downloads
Don't require a user mapping for FDWs to work.
Commit fbe5a3fb 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.
Showing
- contrib/file_fdw/input/file_fdw.source 3 additions, 0 deletionscontrib/file_fdw/input/file_fdw.source
- contrib/file_fdw/output/file_fdw.source 12 additions, 2 deletionscontrib/file_fdw/output/file_fdw.source
- contrib/postgres_fdw/expected/postgres_fdw.out 56 additions, 5 deletionscontrib/postgres_fdw/expected/postgres_fdw.out
- contrib/postgres_fdw/postgres_fdw.c 10 additions, 0 deletionscontrib/postgres_fdw/postgres_fdw.c
- contrib/postgres_fdw/sql/postgres_fdw.sql 6 additions, 3 deletionscontrib/postgres_fdw/sql/postgres_fdw.sql
- src/backend/foreign/foreign.c 27 additions, 9 deletionssrc/backend/foreign/foreign.c
- src/backend/optimizer/util/relnode.c 10 additions, 2 deletionssrc/backend/optimizer/util/relnode.c
- src/include/foreign/foreign.h 1 addition, 1 deletionsrc/include/foreign/foreign.h
Loading
Please register or sign in to comment