]> 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:39:11 +0000 (09:39 +0900)
commit73293ebae2e48782804029211622d16ed39952ae
treef9fbb65d5bfbb30e103f0e09fbdcbdb28a1451cb
parent1a2d9a655a5de1c8c9d479c77d6351b878094606
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