Change processing of extended-Query mode so that an unnamed statement

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

Commit: 5983a1aaa9137367c834e0ff84cd8d4d48b326b2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-09-06T20:40:48Z
Releases: 8.2.0
Change processing of extended-Query mode so that an unnamed statement
that has parameters is always planned afresh for each Bind command,
treating the parameter values as constants in the planner.  This removes
the performance penalty formerly often paid for using out-of-line
parameters --- with this definition, the planner can do constant folding,
LIKE optimization, etc.  After a suggestion by Andrew@supernews.

Files