pgsql: Minor additional refactoring of planner.c's PathTarget handling.
В списке pgsql-committers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | pgsql: Minor additional refactoring of planner.c's PathTarget handling. |
| Дата | |
| Msg-id | E1aeOwC-0002Fe-2z@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
Minor additional refactoring of planner.c's PathTarget handling. Teach make_group_input_target() and make_window_input_target() to work entirely with the PathTarget representation of tlists, rather than constructing a tlist and immediately deconstructing it into PathTarget format. In itself this only saves a few palloc's; the bigger picture is that it opens the door for sharing cost_qual_eval work across all of planner.c's constructions of PathTargets. I'll come back to that later. In support of this, flesh out tlist.c's infrastructure for PathTargets a bit more. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/49635d7b3e86c0088eadd80db1563a210bc89efd Modified Files -------------- src/backend/optimizer/plan/planner.c | 126 +++++++++++++++++------------------ src/backend/optimizer/util/tlist.c | 46 +++++++++++++ src/include/optimizer/tlist.h | 3 + 3 files changed, 111 insertions(+), 64 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера