Do parse analysis of an EXPLAIN's contained statement during the normal

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 08f8d478ebc37e42f3ced07d17dae83d6a9a3810
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-01-15T22:36:35Z
Releases: 9.0.0
Do parse analysis of an EXPLAIN's contained statement during the normal
parse analysis phase, rather than at execution time.  This makes parameter
handling work the same as it does in ordinary plannable queries, and in
particular fixes the incompatibility that Pavel pointed out with plpgsql's
new handling of variable references.  plancache.c gets a little bit
grottier, but the alternatives seem worse.

Files