]> 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:06:28 +0000 (23:06 +0100)
commitfd5274a65b4fe15c4b8dd66ef6839dc1dbf86a52
tree25175e14693da9cdca717d7f8315fa4bb314d5d7
parent8fbb2a92e014fea609988ed665133333ebf42d39
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