A question about ExplainOnePlan()

From: "Gurjeet Singh" <singh(dot)gurjeet(at)gmail(dot)com>
To: "PGSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: A question about ExplainOnePlan()
Date: 2006-12-13 07:54:22
Message-ID: 65937bea0612122354mb124af7yde1441e294c7d913@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

In ExplainOnePlan(), we are calling ExecutorStart() and ExecutorEnd()
even if we are not doing EXPLAIN ANALYZE. Whereas, ExecutorRun() is called
only if we are ANALYZEing.

Can we avoid calls to Executor{Start|End}() here, or is it necessary to
call them even for non-ANALYZE case?

Regards,

--
gurjeet[(dot)singh](at)EnterpriseDB(dot)com
singh(dot)gurjeet(at){ gmail | hotmail | yahoo }.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2006-12-13 08:33:33 Re: libpq.a in a universal binary
Previous Message Albe Laurenz 2006-12-13 07:47:45 Re: psql commandline conninfo