Re: crash during cascaded foreign key update

2021-03-18 Thread Amit Langote
On Wed, Mar 17, 2021 at 11:01 AM Amit Langote wrote: > On Tue, Mar 16, 2021 at 11:17 PM Tom Lane wrote: > > Amit Langote writes: > > > With HEAD (I think v12 and greater), I see $subject when trying out > > > the following scenario: Actually, the crash is reproducible in all supported versions

Re: crash during cascaded foreign key update

2021-03-16 Thread Amit Langote
On Tue, Mar 16, 2021 at 11:17 PM Tom Lane wrote: > Amit Langote writes: > > With HEAD (I think v12 and greater), I see $subject when trying out > > the following scenario: > > I wonder if this is related to > > https://www.postgresql.org/message-id/flat/89429.1584443208%40antos > > which we've st

re: crash during cascaded foreign key update

2021-03-16 Thread Ranier Vilela
>0 0x7f747e6e2387 in raise () from /lib64/libc.so.6 >#1 0x7f747e6e3a78 in abort () from /lib64/libc.so.6 >#2 0x00ae056a in ExceptionalCondition ( >conditionName=0xb67c10 "!ItemPointerEquals(&oldtup.t_self, >&oldtup.t_data->t_ctid)", >errorType=0xb66d89 "FailedAssertion", fileName=0x

Re: crash during cascaded foreign key update

2021-03-16 Thread Tom Lane
Amit Langote writes: > With HEAD (I think v12 and greater), I see $subject when trying out > the following scenario: I wonder if this is related to https://www.postgresql.org/message-id/flat/89429.1584443208%40antos which we've still not done anything about. regards, to