[COMMITTERS] pgsql: Correctly initialise shared recoveryLastRecPtr in recovery.

2012-02-22 Thread Simon Riggs
Correctly initialise shared recoveryLastRecPtr in recovery. Previously we used ReadRecPtr rather than EndRecPtr, which was not a serious error but caused pg_stat_replication to report incorrect replay_location until at least one WAL record is replayed. Fujii Masao Branch -- REL9_0_STABLE Det

[COMMITTERS] pgsql: Correctly initialise shared recoveryLastRecPtr in recovery.

2012-02-22 Thread Simon Riggs
Correctly initialise shared recoveryLastRecPtr in recovery. Previously we used ReadRecPtr rather than EndRecPtr, which was not a serious error but caused pg_stat_replication to report incorrect replay_location until at least one WAL record is replayed. Fujii Masao Branch -- REL9_1_STABLE Det

Re: [COMMITTERS] pgsql: Correctly initialise shared recoveryLastRecPtr in recovery.

2012-01-15 Thread Fujii Masao
On Fri, Jan 13, 2012 at 10:05 PM, Simon Riggs wrote: > Correctly initialise shared recoveryLastRecPtr in recovery. > Previously we used ReadRecPtr rather than EndRecPtr, which was > not a serious error but caused pg_stat_replication to report > incorrect replay_location until at least one WAL reco

[COMMITTERS] pgsql: Correctly initialise shared recoveryLastRecPtr in recovery.

2012-01-13 Thread Simon Riggs
Correctly initialise shared recoveryLastRecPtr in recovery. Previously we used ReadRecPtr rather than EndRecPtr, which was not a serious error but caused pg_stat_replication to report incorrect replay_location until at least one WAL record is replayed. Fujii Masao Branch -- master Details --