Fix EXPLAIN and EXECUTE commands to pass portal parameters through to
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/explain.c | modified | +9 −8 |
| src/backend/commands/prepare.c | modified | +7 −3 |
| src/backend/tcop/utility.c | modified | +5 −4 |
| src/include/commands/explain.h | modified | +3 −2 |
| src/include/commands/prepare.h | modified | +5 −4 |