On Fri, Jan 13, 2012 at 10:05 PM, Simon Riggs <[email protected]> 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 record is replayed.
Thanks for the commit! This needs to be backported to 9.1 and 9.0 because they also have the same problem. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
