Re: BUG #17995: Segmentation fault caused by UPDATE statement

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #17995: Segmentation fault caused by UPDATE statement
Дата
Msg-id ZJkais2u82EUwD24@paquier.xyz
обсуждение исходный текст
Ответ на Re: BUG #17995: Segmentation fault caused by UPDATE statement  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Mon, Jun 26, 2023 at 12:27:08AM -0400, Tom Lane wrote:
> Michael Paquier <michael@paquier.xyz> writes:
>> Thanks for the pointer, I'll double-check that.  Some of the locations
>> of stack depth checks proposed involve performance-sensitive code
>> paths, though, like mcxt.c :/
>
> I hadn't looked at the patch yet, but ... mcxt.c?  How is that recursive?
> Even if there is some path that recurses through that, wouldn't the
> check be better placed in a less-hot part of the loop?

Yeah, that's my impression.  I'll switch to the other thread after
looking more in details.
--
Michael

Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: BUG #17993: FK issue on logical replication table
Следующее
От: Alexander Lakhin
Дата:
Сообщение: Re: BUG #17995: Segmentation fault caused by UPDATE statement