Re: [BUG] Logical replica crash if there was an error in a function.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUG] Logical replica crash if there was an error in a function.
Дата
Msg-id 1836541.1680705359@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUG] Logical replica crash if there was an error in a function.  ("Anton A. Melnikov" <aamelnikov@inbox.ru>)
Ответы Re: [BUG] Logical replica crash if there was an error in a function.  ("Anton A. Melnikov" <aamelnikov@inbox.ru>)
Список pgsql-hackers
"Anton A. Melnikov" <aamelnikov@inbox.ru> writes:
> On 03.04.2023 21:49, Tom Lane wrote:
>> I did not think this case was worth memorializing in a test before,
>> and I still do not.  I'm inclined to reject this patch.

> Could you help me to figure out, please.

The problem was an Assert that was speculative when it went in,
and which we eventually found was wrong in the context of logical
replication.  We removed the Assert.  I don't think we need a test
case to keep us from putting back the Assert.  That line of thinking
leads to test suites that run for fourteen hours and are near useless
because developers can't run them easily.

            regards, tom lane



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

Предыдущее
От: Matthias van de Meent
Дата:
Сообщение: Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths
Следующее
От: Tom Lane
Дата:
Сообщение: Re: GUC for temporarily disabling event triggers