Re: BUG #8984: ERROR: t_xmin is uncommitted in tuple to be updated - Mailing list pgsql-bugs

From Marko Tiikkaja
Subject Re: BUG #8984: ERROR: t_xmin is uncommitted in tuple to be updated
Date
Msg-id 52E97E93.7060301@joh.to
Whole thread Raw
In response to Re: BUG #8984: ERROR: t_xmin is uncommitted in tuple to be updated  (Marko Tiikkaja <marko@joh.to>)
List 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

pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #9003: Hard-coding to localhost in postmaster
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #9003: Hard-coding to localhost in postmaster