Re: YAML Was: CommitFest status/management

Поиск
Список
Период
Сортировка
От Takahiro Itagaki
Тема Re: YAML Was: CommitFest status/management
Дата
Msg-id 20091211115833.8C74.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: YAML Was: CommitFest status/management  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: KaiGai Kohei
Дата:
Сообщение: Re: Adding support for SE-Linux security
Следующее
От: Robert Haas
Дата:
Сообщение: Re: explain output infelicity in psql