pgsql: Fix whole-row references in postgres_fdw.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix whole-row references in postgres_fdw.
Date: 2013-02-22 14:21:58
Message-ID: E1U8tVe-0008UW-5W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix whole-row references in postgres_fdw.

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6da378dbc97f1b96bf5778a558e168a0dc405bce

Modified Files
--------------
contrib/postgres_fdw/deparse.c | 8 +++++-
contrib/postgres_fdw/expected/postgres_fdw.out | 29 ++++++++++++++++++++++++
contrib/postgres_fdw/sql/postgres_fdw.sql | 3 ++
3 files changed, 39 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-02-22 14:55:06 pgsql: Blind attempt at fixing the non-MSVC Windows builds
Previous Message Tom Lane 2013-02-22 12:30:34 pgsql: Change postgres_fdw to show casts as casts, not underlying funct