Re: Fix a comment in feelist.c

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: nagata(at)sraoss(dot)co(dot)jp
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Fix a comment in feelist.c
Date: 2017-01-24 00:55:41
Message-ID: 20170124.095541.1549213966053014089.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> I've found a mistake in a comment of StrategyNotifyBgWriter
>> in freelist.c. bgwriterLatch was replaced by bgwprocno in
>> the following commit, but this is remained in the comment.
>>
>> commit d72731a70450b5e7084991b9caa15cb58a2820df
>> Author: Andres Freund <andres(at)anarazel(dot)de>
>> Date: Thu Dec 25 18:24:20 2014 +0100
>>
>> Lockless StrategyGetBuffer clock sweep hot path.
>
> Looks good to me. I will commit/push the patch if there's no
> objection.

Committed/pushed to all supported branches.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2017-01-24 01:09:37 Re: Online enabling of page level checksums
Previous Message Stephen Frost 2017-01-24 00:55:25 Re: Checksums by default?