Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, - Mailing list pgsql-committers

From Fujii Masao
Subject Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause,
Date
Msg-id AANLkTi=THy0d5Ht-iRf7Tjh88Rv8wv8OE661iWjJiPSA@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause,  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On Tue, Mar 8, 2011 at 12:04 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Fujii Masao <masao.fujii@gmail.com> writes:
>> What about the attached patch?
>
>> +                                             ereport(LOG,
>> +                                                             (errmsg("Recovery has paused. Execute
pg_xlog_replay_resume()to continue."))); 
>
> This isn't even close to following our message style guidelines ...

Thanks! I lower-cased the leading character of the first sentence, and treated
the second as HINT. I attached the updated patch.

Regards,

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

Attachment

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause,
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Truncate predicate lock manager's SLRU lazily at checkpoint. Tha