Re: BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, s(dot)zuban(at)gmail(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore
Date: 2014-07-28 14:17:57
Message-ID: 20140728141757.GN17793@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2014-07-28 13:05:13 +0300, Heikki Linnakangas wrote:
> We probably should set XLogRecord->xl_xid in COMMIT_/ABORT_PREPARED records
> though. It seems weird not to, and it would simplify code that interprets
> those records. But I don't think we should back-patch that.

I doubt that'd be a net improvement - wouldn't that just make the life
of anything tracking xid liveliness a bit more complicated?

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Rainer Tammer 2014-07-28 15:50:24 Re: PostgreSQL 9.2.7 on Power 8 / AIX 7.1
Previous Message Heikki Linnakangas 2014-07-28 10:05:13 Re: BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore