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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8dd43894b1f5c0148dd36308fc607bfcc909e5bd

Modified Files
--------------
src/backend/access/transam/xlogrecovery.c | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)

Reply via email to