pgsql: Update executor documentation for run-time partition pruning - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Update executor documentation for run-time partition pruning
Date
Msg-id E1gNPsi-0001Rg-CU@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/86a4819f691ba08bef0eba03dcf9be7bd1ca1c89

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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Rationalize expression context reset in ExecModifyTable().
Next
From: Peter Eisentraut
Date:
Subject: pgsql: A small tweak to some comments for PartitionKeyData