pgsql: Revert "Fix comments in StrategyNotifyBgWriter()."

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert "Fix comments in StrategyNotifyBgWriter()."
Date: 2017-01-24 01:53:03
Message-ID: E1cVqIB-0003XI-Lx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Fix comments in StrategyNotifyBgWriter()."

This reverts commit a73cc3eff3831d98ea3c6dbeb978b96f1bc72a42, which
tried to fix the comments to reflect the change of API of the function
but actually the change had been made only for 9.5 or later.

Branch
------
REL9_4_STABLE

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

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 Fujii Masao 2017-01-24 03:41:31 pgsql: Be sure to release the lock on failure to launch logical replica
Previous Message Tatsuo Ishii 2017-01-24 01:28:30 Re: pgsql: Fix comments in StrategyNotifyBgWriter().