BUG #8984: ERROR: t_xmin is uncommitted in tuple to be updated

From: marko(at)joh(dot)to
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8984: ERROR: t_xmin is uncommitted in tuple to be updated
Date: 2014-01-26 23:02:21
Message-ID: 20140126230221.8089.67653@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 8984
Logged by: Marko Tiikkaja
Email address: marko(at)joh(dot)to
PostgreSQL version: 9.1.11
Operating system: 64-bit Ubuntu
Description:

Hi,

I just noticed we've had the error in subject happen around ten times,
starting from Thursday. I don't see it having happened before that. IIRC
that day we also switched to another synchronous slave. The previous slave
had hot_standby_feedback=on, and the new one has it turned off. Might just
be a coincidence.

All of the failing queries are inside PL/PgSQL functions, most of them are
SELECT .. FOR UPDATE or UPDATE against a table called "workers", but there
are a couple of instances against other tables as well.

Any ideas? I'll be happy to provide more information, just let me know what
you need.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message kai.peters 2014-01-27 16:38:35 BUG #9001: Documentation bug
Previous Message Tom Lane 2014-01-26 17:27:16 Re: BUG #8970: ts_parse incorrectly split numbers in digit token