pgsql: Fix XLogPageRead() comment

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix XLogPageRead() comment
Date: 2023-01-23 21:08:59
Message-ID: E1pK43m-0057yr-Ou@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-01-23 23:29:46 pgsql: Fix LATERAL join test in test memoize.sql
Previous Message Pavel Stehule 2023-01-23 19:32:53 Re: pgsql: Remove special outfuncs/readfuncs handling of RangeVar.catalogna