pgsql: Fix XLogPageRead() comment

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix XLogPageRead() comment
Дата
Msg-id E1pK43m-0057yr-Ou@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: pgsql: Remove special outfuncs/readfuncs handling of RangeVar.catalogna
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Fix LATERAL join test in test memoize.sql