Re: YAML Was: CommitFest status/management - Mailing list pgsql-hackers

From Takahiro Itagaki
Subject Re: YAML Was: CommitFest status/management
Date
Msg-id 20091211115833.8C74.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to Re: YAML Was: CommitFest status/management  (Robert Haas <robertmhaas@gmail.com>)
List 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




pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: Adding support for SE-Linux security
Next
From: Robert Haas
Date:
Subject: Re: explain output infelicity in psql