OSDN Git Service

Fix EXPLAIN and EXECUTE commands to pass portal parameters through to
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Nov 2005 01:25:50 +0000 (01:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Nov 2005 01:25:50 +0000 (01:25 +0000)
commit9a39423436cc1e6f8b52ad5ea901274c0a7e2c09
tree999f3fb2d457c04239eb30d44c95c3545bee93db
parent4ab76b1c20500922aebfdd0c26aef4bdcc608e88
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.
src/backend/commands/explain.c
src/backend/commands/prepare.c
src/backend/tcop/utility.c
src/include/commands/explain.h
src/include/commands/prepare.h