pgsql: Update executor documentation for run-time partition pruning

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Update executor documentation for run-time partition pruning
Дата
Msg-id E1gNPsi-0001Rk-Cf@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update executor documentation for run-time partition pruning

With run-time partition pruning, there is no longer necessarily an
executor node for each corresponding plan node.

Author: David Rowley <david.rowley@2ndquadrant.com>

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fd5274a65b4fe15c4b8dd66ef6839dc1dbf86a52

Modified Files
--------------
src/backend/executor/README | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Rationalize expression context reset in ExecModifyTable().
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: A small tweak to some comments for PartitionKeyData