pgsql: Fix function names in comments.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix function names in comments.
Дата
Msg-id E1hJfcH-0002Kn-Gr@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix tablespace inheritance for partitioned rels
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix file path in comment.