Re: [BUG] Logical replica crash if there was an error in a function. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [BUG] Logical replica crash if there was an error in a function.
Date
Msg-id 1836541.1680705359@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUG] Logical replica crash if there was an error in a function.  ("Anton A. Melnikov" <aamelnikov@inbox.ru>)
Responses Re: [BUG] Logical replica crash if there was an error in a function.
List 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 by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths
Next
From: Tom Lane
Date:
Subject: Re: GUC for temporarily disabling event triggers