Re: Assertion failure in REL9_5_STABLE

From: Marko Tiikkaja <marko(at)joh(dot)to>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Assertion failure in REL9_5_STABLE
Date: 2016-08-10 23:07:52
Message-ID: f0a23bc3-2e72-ef71-6d38-5796c7528458@joh.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2016-08-10 11:01 PM, Alvaro Herrera wrote:
> Oh, I see ... so there's an update chain, and you're updating a earlier
> tuple. But the later tuple has a multixact and one of the members is
> the current transaction.
>
> I wonder how can you lock a tuple that's not the latest, where that
> update chain was produced by your own transaction. I suppose this is
> because of plpgsql use of cursors.

There's a rolled back subtransaction that also did some magic on the
rows AFAICT. I can try and spend some time producing a smaller test
case over the weekend. No hurry since this missed the today's point
release anyway.

.m

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Tiikkaja 2016-08-10 23:09:26 Re: Assertion failure in REL9_5_STABLE
Previous Message Tom Lane 2016-08-10 22:26:57 Re: No longer possible to query catalogs for index capabilities?