OSDN Git Service

Un-break EXPLAIN for Append plans. I messed this up a few days ago while
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 Oct 2009 18:51:56 +0000 (18:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 Oct 2009 18:51:56 +0000 (18:51 +0000)
commit77c666fe422b99675ac285fecc0253fc4fe2bb7c
tree35c4ad703c6976f7f1dadb0bf84586d2be325b90
parentbe6899f13941d42fe4ae2b71023241d22ecae8b8
Un-break EXPLAIN for Append plans.  I messed this up a few days ago while
adding the ModifyTable node type --- I had been thinking ModifyTable should
replace Append as a special case in push_plan(), but actually both of them
have to be special-cased.
src/backend/utils/adt/ruleutils.c