]> granicus.if.org Git - postgresql/commit
Update executor documentation for run-time partition pruning
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 15 Nov 2018 22:02:21 +0000 (23:02 +0100)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 15 Nov 2018 22:02:21 +0000 (23:02 +0100)
commit86a4819f691ba08bef0eba03dcf9be7bd1ca1c89
tree8961b394136d6783a03979cc3a5f5c52faf07419
parentc058fc2a2b8ea25015b211186c88a6a3006f5937
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>
src/backend/executor/README