Fix comment in xlogutils.c

Michael Paquier <michael@paquier.xyz>

Commit: 078c9cd258e5ad8f54081c971b7b927f845e7505
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-05-12T05:43:57Z
Releases: 13.0
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

Files

PathChange+/−
src/backend/access/transam/xlogutils.c modified +2 −2

Discussion