pgsql: Fix function names in comments. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix function names in comments.
Date
Msg-id E1hJfcH-0002Kn-Gr@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix tablespace inheritance for partitioned rels
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix file path in comment.