Re: Segmentation fault on postgresql 13.4, 12.8 with function call in a cursor

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Segmentation fault on postgresql 13.4, 12.8 with function call in a cursor
Дата
Msg-id 3684713.1631204077@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Segmentation fault on postgresql 13.4, 12.8 with function call in a cursor  (Tomas Barton <barton.tomas@gmail.com>)
Список pgsql-bugs
Tomas Barton <barton.tomas@gmail.com> writes:
> a recent change in postgresql is causing a segfault when a function is
> called in filter section, e.g. with a plan like this:

Ugh, thanks.  PersistHoldablePortal isn't being cautious about
re-executing a plan that already reached completion.  Will fix.

            regards, tom lane



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

Предыдущее
От: Sergei Kornilov
Дата:
Сообщение: Re: Segmentation fault on postgresql 13.4, 12.8 with function call in a cursor
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #17184: When using openssl, the memory of a static variable is not freed in libpq