pgsql: Fix function names in comments.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix function names in comments.
Date: 2019-04-25 14:44:49
Message-ID: E1hJfcH-0002Kn-Gr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2019-04-25 14:50:40 pgsql: Fix file path in comment.
Previous Message Alvaro Herrera 2019-04-25 14:35:21 pgsql: Fix tablespace inheritance for partitioned rels