On Tue, Sep 22, 2015 at 9:18 PM, Amit Kapila <[email protected]> wrote: > PlannedStmt is needed because we are passing the same from master > to worker for execution and the reason was that Executor interfaces > expect it.
I thought we were passing the Plan and then the worker was constructed a PlannedStmt around it. If we're passing the PlannedStmt then I guess we need PlanInvalItem too, since there is a list of those hanging off of the PlannedStmt. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
