Fix whole-row references in postgres_fdw.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6da378dbc97f1b96bf5778a558e168a0dc405bce
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-02-22T14:21:50Z
Releases: 9.3.0
Fix whole-row references in postgres_fdw.

The optimization to not retrieve unnecessary columns wasn't smart enough.
Noted by Thom Brown.

Files