Robert Haas <robertmh...@gmail.com> wrote:

> On Thu, Dec 10, 2009 at 8:39 PM, Andrew Dunstan <and...@dunslane.net> wrote:
> > OK, I've committed the YAML stuff, so who is working on the auto-explain
> > bug? Robert?
> 
> I'm going to propose fixing this in what seems to me to be the
> simplest possible way, per the attached.  Anyone want to argue?

+1 to the fix.

Typical usage of explain functions will be:
    1. ExplainInitState()
    2. (setup ExplainState)
    3. ExplainBeginOutput()
    4. ExplainXXX() except ExplainQuery()
    5. ExplainEndOutput()

Regards,
---
Takahiro Itagaki
NTT Open Source Software Center



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to