Fix EXPLAIN and EXECUTE commands to pass portal parameters through to

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

Commit: 9a39423436cc1e6f8b52ad5ea901274c0a7e2c09
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-11-29T01:25:50Z
Releases: 8.2.0
Fix EXPLAIN and EXECUTE commands to pass portal parameters through to
the executor.  This allows, for example, JDBC clients to use '?' bound
parameters in these commands.  Per gripe from Virag Saksena.

Files