pgsql: Update executor documentation for run-time partition pruning

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update executor documentation for run-time partition pruning
Date: 2018-11-15 22:13:00
Message-ID: E1gNPsi-0001Rg-CU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)rowley(at)2ndquadrant(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-11-15 22:22:46 pgsql: A small tweak to some comments for PartitionKeyData
Previous Message Andres Freund 2018-11-15 19:45:02 pgsql: Rationalize expression context reset in ExecModifyTable().