Fix whole-row references in postgres_fdw.
Tom Lane <tgl@sss.pgh.pa.us>
Fix whole-row references in postgres_fdw. The optimization to not retrieve unnecessary columns wasn't smart enough. Noted by Thom Brown.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/postgres_fdw/deparse.c | modified | +7 −1 |
| contrib/postgres_fdw/expected/postgres_fdw.out | modified | +29 −0 |
| contrib/postgres_fdw/sql/postgres_fdw.sql | modified | +3 −0 |