]> granicus.if.org Git - postgresql/commit
Fix comments in StrategyNotifyBgWriter().
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 24 Jan 2017 00:39:11 +0000 (09:39 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 24 Jan 2017 00:51:07 +0000 (09:51 +0900)
commit0b7bcf7ad2f1061664e6b517a3b4feabee0af00a
treeebbc6a71d44100c0c1e8c6033de77873bd3f6466
parentf21f81c08e1667846df294ad03d04aca09544297
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.
src/backend/storage/buffer/freelist.c