]> granicus.if.org Git - postgresql/commit
Fix function names in comments.
authorFujii Masao <fujii@postgresql.org>
Thu, 25 Apr 2019 14:43:48 +0000 (23:43 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 25 Apr 2019 14:43:48 +0000 (23:43 +0900)
commit978b032d1f39fcfe9b7e895ab313913d97db2268
tree4b0c810e249c3369f8b3bd7daa515e5e45e4c1a2
parent87259588d0ab0b8e742e30596afa7ae25caadb18
Fix function names in comments.

Commit 3eb77eba5a renamed some functions, but forgot to
update some comments referencing to those functions.
This commit fixes those function names in the comments.

Kyotaro Horiguchi
src/backend/postmaster/checkpointer.c
src/backend/storage/smgr/md.c
src/backend/storage/sync/sync.c
src/common/rmtree.c