[HACKERS] Incorrect mention of pg_xlog_switch() in xlogfuncs.c

Поиск
Список
Период
Сортировка
От Neha Khatri
Тема [HACKERS] Incorrect mention of pg_xlog_switch() in xlogfuncs.c
Дата
Msg-id CAFO0U+9DMg8H1eKBRogfCSvuPFkxzf=P7T7Od+fEFvSczjNuTQ@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
While reading some code, noticed that the headers of functions
pg_walfile_name_offset() and pg_walfile_name() incorrecty refer
pg_xlog_switch() since the inception of code in commit 704ddaaa.

In PG10 implementation, actual name of the referred function is
pg_switch_wal(). So either refer the correct name in the function
header or remove the other function referral from the function header.

Attaching patches for both the ways.
-- 
Regards,
Neha

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: [HACKERS] Preliminary results for proposed new pgindentimplementation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Preliminary results for proposed new pgindent implementation