Re: auto_explain causes regression failures

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: auto_explain causes regression failures
Дата
Msg-id 19961.1266387700@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: auto_explain causes regression failures  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-hackers
Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp> writes:
> Thank you for the bug report.  Auto_explan tries to explain the query
> even if it is failed, but schema objects that are created in the same
> transaction might not be available. "cache lookup failed" erros can be
> avoided if auto_explain skips explaining queries in aborted transactions.

I don't think this is auto_explain's fault.  ExecutorEnd() shouldn't
be getting run in an aborted xact --- there are too many other things
that are likely to fall over.  See my response to Andrew.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Scott Bailey
Дата:
Сообщение: Re: XQuery support
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Streaming replication on win32, still broken