Re: segfault due to invalid cached plan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: segfault due to invalid cached plan
Дата
Msg-id 20817.1522247942@sss.pgh.pa.us
обсуждение исходный текст
Ответ на segfault due to invalid cached plan  (Nicolas Thauvin <nicolas.thauvin@dalibo.com>)
Список pgsql-hackers
Nicolas Thauvin <nicolas.thauvin@dalibo.com> writes:
> A customer sent us a core dump of the crash of the background worker of
> the powa extension, running on 9.6.8 along side with cstore_fdw.
> The background worker loops on a plpgsql function, which then execute
> another plpgsql function that issues the query "TRUNCATE
> powa_statements_history_current".

I think the odds are very high that this is a cstore_fdw bug.  The
core backend simply doesn't do anything very interesting with TRUNCATE.

            regards, tom lane


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

Предыдущее
От: Dmitry Ivanov
Дата:
Сообщение: Re: [HACKERS] GSoC 2017: weekly progress reports (week 6)
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [HACKERS] PATCH: multivariate histograms and MCV lists