OSDN Git Service

Don't try to free executor state of an InitPlan early --- this breaks
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Dec 2002 22:37:42 +0000 (22:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Dec 2002 22:37:42 +0000 (22:37 +0000)
commit1dfbbd51e778c924b2958c69308adf02681d0801
tree10d13621bb5732da8652a86a23f17677ee729e55
parent061d4e207907392873825f4fbb2cebf076ae2d37
Don't try to free executor state of an InitPlan early --- this breaks
EXPLAIN ANALYZE.  (Premature optimization is the root of all evil?)
src/backend/executor/nodeSubplan.c