> PREPARE and EXPLAIN need to copy the source query just like we recently
> had to do in DECLARE CURSOR. AFAICS these are all the places affected.
> PREPARE case per example from Michael Fuhr, EXPLAIN case located by
> grepping for planner calls ...
Does this mean that cache lookup failures (most notably in pl/pgsql)
will simply result in a replan as opposed to a query failure and the
transaction being aborted? Or is this a first step in that direction?
-sc
--
Sean Chittenden
In response to
Responses
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2004-12-13 00:18:16 |
| Subject: pgsql: Back-patch copyOject fix for EXPLAIN/PREPARE. |
| Previous: | From: Neil Conway | Date: 2004-12-12 22:49:50 |
| Subject: pgsql: Add regression tests for the fix committed by Tom for casting |