From: | Takahiro Itagaki <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Greg Smith <greg(at)2ndquadrant(dot)com>, Dimitri Fontaine <dfontaine(at)hi-media(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: YAML Was: CommitFest status/management |
Date: | 2009-12-11 02:58:33 |
Message-ID: | 20091211115833.8C74.52131E4D@oss.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Thu, Dec 10, 2009 at 8:39 PM, Andrew Dunstan <andrew(at)dunslane(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2009-12-11 03:02:09 | Re: explain output infelicity in psql |
Previous Message | Robert Haas | 2009-12-11 02:49:44 | Re: YAML Was: CommitFest status/management |