Re: YAML Was: CommitFest status/management
Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
From: Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Andrew Dunstan <andrew@dunslane.net>, Tom Lane <tgl@sss.pgh.pa.us>, Greg Smith <greg@2ndquadrant.com>, Dimitri Fontaine <dfontaine@hi-media.com>, Josh Berkus <josh@agliodbs.com>, Ron Mayer <rm_pg@cheapcomplexdevices.com>, pgsql-hackers@postgresql.org
Date: 2009-12-11T02:58:33Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> wrote:
> On Thu, Dec 10, 2009 at 8:39 PM, Andrew Dunstan <andrew@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