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

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Correctly initialise shared recoveryLastRecPtr in recovery.
Date: 2012-02-21 16:46:51
Message-ID: CAHGQGwH4oq3SWw0eEShXYfSeg_9CaaCQJ+g3djO_aqEWY8iJFA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Mon, Feb 13, 2012 at 11:17 AM, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> On Mon, Jan 16, 2012 at 10:44 AM, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
>> On Fri, Jan 13, 2012 at 10:05 PM, Simon Riggs <simon(at)2ndquadrant(dot)com> 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.
>
> http://archives.postgresql.org/message-id/14373.1328890248%40sss.pgh.pa.us
>
> Minor version updates are scheduled to be released at the end of this month.
> Before that, can you backport this commit to 9.1 and 9.0?

[Reminder]
New minor version updates are about to be released in the next Monday.
Could you backport this commit to 9.1 and 9.0?

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-02-21 17:16:35 Re: [COMMITTERS] pgsql: Correctly initialise shared recoveryLastRecPtr in recovery.
Previous Message Magnus Hagander 2012-02-21 16:15:41 pgsql: Avoid double close of file handle in syslogger on win32

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Janes 2012-02-21 16:54:03 Re: leakproof
Previous Message Magnus Hagander 2012-02-21 16:16:16 Re: [Bug fix] postmaster always crashes on a debug version of Windows