Re: backend crash on DELETE, reproducible locally

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: backend crash on DELETE, reproducible locally
Date: 2018-11-03 20:06:02
Message-ID: ff3b1482-55f5-48c7-26b9-8006b4524221@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On 11/03/2018 02:19 PM, obouda(at)email(dot)cz wrote:
> Hello,
>
> we reached the exactly same problem after upgrading to PostgreSQL 11 - the
> server crashed on a DELETE statement with a trigger.We also observed an
> AFTER DELETE trigger receiving NULL values in OLD. Now I see the problem
> seems to be solved (theoretically). Unfortunately, we are not able to
> build the server with the patch, so we cannot confirm that. However, when
> we just copied the database (within the same server), the same DELETE
> executed on the copy with no problems.
>
> I would like to ask, however: could the same problemarise from an UPDATE
> statement (also on a table with an AFTER trigger), or would that be
> another bug (technical details below)?
> As the bug causes our production servers segfault several times a day,
> we'd like to solve the problem as soon as possible. Do I understand it
> correctly that if we dump and restore the database, the bug should not
> occur (until the next ALTER TABLE ADD COLUMN - which we'll avoid until the
> patch is released)?

You can dump that single table, truncate the table (presuming no FKs) and
then restore it.

--
Angular momentum makes the world go 'round.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-11-03 21:17:57 Re: Trouble Upgrading Postgres
Previous Message Ron 2018-11-03 20:00:19 Re: Trouble Upgrading Postgres

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-11-03 20:47:31 Re: bugfix: BUG #15477: Procedure call with named inout refcursor parameter - "invalid input syntax for type boolean"
Previous Message Pavel Stehule 2018-11-03 19:58:56 Re: ToDo: show size of partitioned table