Re: assertion failure 9.3.4

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: assertion failure 9.3.4
Дата
Msg-id 18538.1398099837@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: assertion failure 9.3.4  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> 1) I've confirmed at the 2nd site that the issue doesn't happen if
> pg_stat_statements.so is not loaded.  So this seems to be confirmation
> that either auto_explain, pg_stat_statements, or both need to be loaded
> (but not necessarily created as extensions) in order to have the issue.

I looked a little bit for possible interactions between those two modules,
and almost immediately noticed that pg_stat_statements is not being polite
enough to call any previous occupant of the post_parse_analyze_hook.
That's not the bug we're looking for, since auto_explain does not use
post_parse_analyze_hook, but it's a bug nonetheless.
        regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Perfomance degradation 9.3 (vs 9.2) for FreeBSD
Следующее
От: Alfred Perlstein
Дата:
Сообщение: Re: Perfomance degradation 9.3 (vs 9.2) for FreeBSD