pgsql: Improve handling of CustomPath/CustomPlan(State) children.
В списке pgsql-committers по дате отправления:
| От | Robert Haas |
|---|---|
| Тема | pgsql: Improve handling of CustomPath/CustomPlan(State) children. |
| Дата | |
| Msg-id | E1Z8Tu2-0005Nr-7Y@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
Improve handling of CustomPath/CustomPlan(State) children. Allow CustomPath to have a list of paths, CustomPlan a list of plans, and CustomPlanState a list of planstates known to the core system, so that custom path/plan providers can more reasonably use this infrastructure for nodes with multiple children. KaiGai Kohei, per a design suggestion from Tom Lane, with some further kibitzing by me. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/5ca611841bcd37c7ee8448c46c8398ef8d8edcc4 Modified Files -------------- doc/src/sgml/custom-scan.sgml | 10 +++++++++- src/backend/commands/explain.c | 22 ++++++++++++++++++++++ src/backend/optimizer/plan/createplan.c | 13 ++++++++++++- src/backend/optimizer/plan/setrefs.c | 8 ++++++++ src/backend/optimizer/plan/subselect.c | 25 +++++++++++++++++++++---- src/include/nodes/execnodes.h | 1 + src/include/nodes/plannodes.h | 1 + src/include/nodes/relation.h | 4 +++- 8 files changed, 77 insertions(+), 7 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера