Re: BUG #14150: Attempted to delete invisible tuple - Mailing list pgsql-bugs

From Andres Freund
Subject Re: BUG #14150: Attempted to delete invisible tuple
Date
Msg-id 20160706214024.4bl2q3skcio4eoqk@alap3.anarazel.de
Whole thread Raw
In response to Re: BUG #14150: Attempted to delete invisible tuple  (Oskari Saarenmaa <os@aiven.io>)
Responses Re: BUG #14150: Attempted to delete invisible tuple
List pgsql-bugs
Hi,

On 2016-07-06 13:30:57 +0300, Oskari Saarenmaa wrote:
> The attached patch against current master
> allows heap_abort_speculative to delete
> toast rows created by the same command
> which makes the above test case and "make
> check" run without failures.  Note that I
> haven't touched this code before so I
> don't know how safe my patch is.

I've not looked closely at this yet, but unfortunately we probably can't
just update the API of HeapTupleSatisfiesUpdate and friends, this needs
to be backpatched to 9.5...

Andres Freund

pgsql-bugs by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: BUG #14231: logical replication wal sender process spins when using error traps in function
Next
From: Andres Freund
Date:
Subject: Re: BUG #14150: Attempted to delete invisible tuple