pgsql: Fix whole-row references in postgres_fdw.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix whole-row references in postgres_fdw.
Дата
Msg-id E1U8tVe-0008UW-5W@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Get rid of postgres_fdw's assumption that remote type OIDs match
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Blind attempt at fixing the non-MSVC Windows builds