pgsql: postgres_fdw: Fix crash when pushing down multiple joins.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: postgres_fdw: Fix crash when pushing down multiple joins.
Дата
Msg-id E1aim1f-00036b-Kj@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
postgres_fdw: Fix crash when pushing down multiple joins.

A join clause might mention multiple relations on either side, so it
need not be the case that a given joinrel's constituent relations are
all on one side of the join clause or all on the other.

Report by Rajkumar Raghuwanshi.  Analysis and fix by Michael Paquier
and Ashutosh Bapat.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3151f16e1874db82ed85a005dac15368903ca9fb

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 252 +++++++++++++++++++++++++
contrib/postgres_fdw/postgres_fdw.c            |   5 +-
contrib/postgres_fdw/sql/postgres_fdw.sql      |  36 ++++
3 files changed, 289 insertions(+), 4 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Partition the freelist for shared dynahash tables.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Disable abbreviated keys for string-sorting in non-C locales.