pgsql: Fix XLogPageRead() comment - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix XLogPageRead() comment
Date
Msg-id E1pK43m-0057yr-Ou@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: pgsql: Remove special outfuncs/readfuncs handling of RangeVar.catalogna
Next
From: David Rowley
Date:
Subject: pgsql: Fix LATERAL join test in test memoize.sql