pgsql: Fix comments in StrategyNotifyBgWriter().

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix comments in StrategyNotifyBgWriter().
Date: 2017-01-24 00:52:28
Message-ID: E1cVpLY-0002T3-IG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comments in StrategyNotifyBgWriter().

The interface for the function was changed in
d72731a70450b5e7084991b9caa15cb58a2820df but the comments of the
function was not updated.

Patch by Yugo Nagata.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/df9e034f958a5cd092f7f461d7a50156f6d076af

Modified Files
--------------
src/backend/storage/buffer/freelist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-01-24 00:57:59 Re: pgsql: Fix comments in StrategyNotifyBgWriter().
Previous Message Tom Lane 2017-01-23 20:42:22 Re: [COMMITTERS] pgsql: Generate fmgr prototypes automatically