BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore - Mailing list pgsql-bugs

From s.zuban@gmail.com
Subject BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore
Date
Msg-id 20140724191127.32089.82261@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      11032
Logged by:          Sergiy Zuban
Email address:      s.zuban@gmail.com
PostgreSQL version: 9.3.5
Operating system:   Linux
Description:

After upgrade from 9.3.4 to 9.3.5 pg_last_xact_replay_timestamp() returns
outdated timestamp.

It stopped working properly after commit
d19bd29f07aef9e508ff047d128a4046cc8bc1e2

COMMIT PREPARED should update transaction timestamp, but it doesn't seem to
happen.

pgsql-bugs by date:

Previous
From: David Leverton
Date:
Subject: Re: BUG #10533: 9.4 beta1 assertion failure in autovacuum process
Next
From: Tom Lane
Date:
Subject: Re: BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore