Re: BUG #15489: Segfault on DELETE - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #15489: Segfault on DELETE
Date
Msg-id 22085.1541640523@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: BUG #15489: Segfault on DELETE  (Frederico Costa Galvão<frederico.costa.galvao@gmail.com>)
List pgsql-bugs
=?UTF-8?Q?Frederico_Costa_Galv=c3=a3o?= <frederico.costa.galvao@gmail.com> writes:
> I stumbled upon this issue yesterday, and trying to reduce and pinpoint
> it, I managed to get to this:

Yeah, this looks like the expand_tuple bug: you've got a foreign-key
trigger and a tuple that doesn't match the table rowtype anymore.
This example doesn't crash for me in HEAD or 11.1.

            regards, tom lane


pgsql-bugs by date:

Previous
From: Frederico Costa Galvão
Date:
Subject: Re: Re: BUG #15489: Segfault on DELETE
Next
From: Amit Langote
Date:
Subject: Re: BUG #15489: Segfault on DELETE