pgsql: Fix comment in xlogutils.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment in xlogutils.c
Date
Msg-id E1jYNif-00071P-5p@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Correct standbycheck regression test output.
Next
From: Etsuro Fujita
Date:
Subject: pgsql: Remove unnecessary #include.