pgsql: PREPARE and EXPLAIN need to copy the source query just like we

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PREPARE and EXPLAIN need to copy the source query just like we
Date: 2004-12-12 20:17:07
Message-ID: 20041212201707.3CDAB3A6724@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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 ...

Modified Files:
--------------
pgsql/src/backend/commands:
explain.c (r1.127 -> r1.128)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/explain.c.diff?r1=1.127&r2=1.128)
prepare.c (r1.34 -> r1.35)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/prepare.c.diff?r1=1.34&r2=1.35)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User K0cka 2004-12-12 21:49:32 press - pr: New Directory
Previous Message Peter Eisentraut 2004-12-12 18:26:30 pgsql: Add missing newlines at end of error messages.