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

From: Marko Tiikkaja <marko(at)joh(dot)to>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8984: ERROR: t_xmin is uncommitted in tuple to be updated
Date: 2014-01-29 22:20:03
Message-ID: 52E97E93.7060301@joh.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 1/29/14, 12:25 PM, I wrote:
> It looks like this could happen if the xmin of the tuple happens to be
> the reported xid of a standby with hot_standby_feedback, no?

My bad, hot_standby_feedback sets xmin, but TransactionIdIsInProgress()
only looks at xid. So that theory is obviously bogus.

Regards,
Marko Tiikkaja

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2014-01-30 01:35:01 Re: BUG #9003: Hard-coding to localhost in postmaster
Previous Message Andres Freund 2014-01-29 17:04:16 Re: BUG #9003: Hard-coding to localhost in postmaster