Fix XLogPageRead() comment

Peter Eisentraut <peter@eisentraut.org>

Commit: 8dd43894b1f5c0148dd36308fc607bfcc909e5bd
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-01-23T20:46:30Z
Releases: 16.0
Fix XLogPageRead() comment

7fcbf6a and 2ff6555 changed the function signature of XLogPageRead()
but did not update the comment.

XLogReaderRoutine contains up to date information about the API, so no
need to repeat all that at XLogPageRead(), but fix the mentions of the
no longer existing function arguments.

Files

PathChange+/−
src/backend/access/transam/xlogrecovery.c modified +11 −9