pgsql: Fix comment in xlogutils.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix comment in xlogutils.c
Дата
Msg-id E1jYNif-00071P-5p@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix comment in xlogutils.c

The existing callers of XLogReadDetermineTimeline() performing recovery
need to check a replay LSN position when determining on which timeline
to read a WAL page.  A portion of the comment describing this function
said exactly that, while referring to a routine for fetching a write
LSN, something not available in recovery.

Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20200511.101619.2043820539323292957.horikyota.ntt@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/078c9cd258e5ad8f54081c971b7b927f845e7505

Modified Files
--------------
src/backend/access/transam/xlogutils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Correct standbycheck regression test output.
Следующее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Remove unnecessary #include.