Re: implement EXPLAIN EXECUTE - Mailing list pgsql-patches

From Tom Lane
Subject Re: implement EXPLAIN EXECUTE
Date
Msg-id 19560.1042660236@sss.pgh.pa.us
Whole thread Raw
In response to Re: implement EXPLAIN EXECUTE  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> I thought about that (and even partially implemented it), but I decided
> against it: when you take into account the need to accept & evaluate
> parameters (or else EXPLAIN ANALYZE isn't much use on a prepared query),
> you need to modify analyze.c anyway,

Why?  The handling of ExplainStmt presently recurses to transformStmt,
which is perfectly capable of handling an ExecuteStmt in the query
field.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_get_constraintdef patch #2
Next
From: Gavin Sherry
Date:
Subject: Re: fix broken regression tests