[COMMITTERS] pgsql: postgres_fdw: Push down FULL JOINs with restriction clauses.
В списке pgsql-committers по дате отправления:
| От | Robert Haas |
|---|---|
| Тема | [COMMITTERS] pgsql: postgres_fdw: Push down FULL JOINs with restriction clauses. |
| Дата | |
| Msg-id | E1coZIp-0003uy-7d@gemulon.postgresql.org обсуждение исходный текст |
| Список | pgsql-committers |
postgres_fdw: Push down FULL JOINs with restriction clauses. The previous deparsing logic wasn't smart enough to produce subqueries when deparsing; make it smart enough to do that. However, we only do it that way when necessary, because it generates more complicated SQL which will be harder for any humans reading the queries to understand. Etsuro Fujita, reviewed by Ashutosh Bapat Discussion: http://postgr.es/m/c449261a-b033-dc02-9254-2fe5b7044795@lab.ntt.co.jp Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/b30fb56b07a885f3476fe05920249f4832ca8da5 Modified Files -------------- contrib/postgres_fdw/deparse.c | 272 +++++++++++++++++++++++-- contrib/postgres_fdw/expected/postgres_fdw.out | 160 +++++++++++++-- contrib/postgres_fdw/postgres_fdw.c | 67 +++++- contrib/postgres_fdw/postgres_fdw.h | 16 +- contrib/postgres_fdw/sql/postgres_fdw.sql | 23 +++ 5 files changed, 498 insertions(+), 40 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера