pgsql: Allow executor startup pruning to prune all child nodes.
В списке pgsql-committers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | pgsql: Allow executor startup pruning to prune all child nodes. |
| Дата | |
| Msg-id | E1ifA74-0001le-Do@gemulon.postgresql.org обсуждение исходный текст |
| Список | pgsql-committers |
Allow executor startup pruning to prune all child nodes. Previously, if the startup pruning logic proved that all child nodes of an Append or MergeAppend could be pruned, we still kept one, just to keep EXPLAIN from failing. The previous commit removed the ruleutils.c limitation that required this kluge, so drop it. That results in less-confusing EXPLAIN output, as per a complaint from Yuzuko Hosoya. David Rowley Discussion: https://postgr.es/m/001001d4f44b$2a2cca50$7e865ef0$@lab.ntt.co.jp Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/5935917ce59e2e613ac7a4b54ed49a7b9f8f28ac Modified Files -------------- src/backend/executor/nodeAppend.c | 42 ++++---------- src/backend/executor/nodeMergeAppend.c | 30 ++-------- src/include/nodes/execnodes.h | 3 - src/test/regress/expected/partition_prune.out | 83 ++++++++++++++------------- src/test/regress/sql/partition_prune.sql | 15 +++-- 5 files changed, 69 insertions(+), 104 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера