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

From Peter Geoghegan
Subject Re: BUG #14150: Attempted to delete invisible tuple
Date
Msg-id CAM3SWZTEKoR2eJR0v_GR4yOeRyxBsOtViM+_ZFOQTZMBeLB5Gg@mail.gmail.com
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
On Tue, Jul 5, 2016 at 11:05 PM, Oskari Saarenmaa <os@aiven.io> wrote:
> ISTM this is caused by toast knowing nothing about speculative insertion:
> when two backends have executed a speculative heap_insert with a conflicting
> key and the latter one tries to abort after receiving specConflict there's
> nothing in tqual.c to say that the toast rows associated with speculative
> insertion should be visible to that operation.

This analysis may be relevant:

https://www.postgresql.org/message-id/CACjxUsMBEHexQehM6P7ck+7AdxReH9fP29Z3t6h4eZp_9YveXQ@mail.gmail.com


--
Peter Geoghegan

pgsql-bugs by date:

Previous
From: Oskari Saarenmaa
Date:
Subject: Re: BUG #14150: Attempted to delete invisible tuple
Next
From: Oskari Saarenmaa
Date:
Subject: Re: BUG #14150: Attempted to delete invisible tuple