Thread: pgsql: Fix function names in comments.

pgsql: Fix function names in comments.

From
Fujii Masao
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/978b032d1f39fcfe9b7e895ab313913d97db2268

Modified Files
--------------
src/backend/postmaster/checkpointer.c | 2 +-
src/backend/storage/smgr/md.c         | 2 +-
src/backend/storage/sync/sync.c       | 8 ++++----
src/common/rmtree.c                   | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)