Re: [COMMITTERS] pgsql: In walsender, don't sleep if there's outstanding WAL waiting to - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: [COMMITTERS] pgsql: In walsender, don't sleep if there's outstanding WAL waiting to
Date
Msg-id 4C03932E.70904@enterprisedb.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: In walsender, don't sleep if there's outstanding WAL waiting to  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
On 31/05/10 13:20, Fujii Masao wrote:
> On Mon, May 31, 2010 at 7:03 PM, Fujii Masao<masao.fujii@gmail.com>  wrote:
>> This commit seems to have introduced the bug that walsender exits
>> before sending all the WAL up to shutdown checkpoint record when
>> smart shutdown is requested.
>>
>> The attached patch fixes the bug and a tiny typo.
>
> Sorry. I forgot to attach the patch..

Thanks, committed.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: [COMMITTERS] pgsql: In walsender, don't sleep if there's outstanding WAL waiting to
Next
From: Fujii Masao
Date:
Subject: Re: [COMMITTERS] pgsql: Ensure that top level aborts call XLogSetAsyncCommit().