mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Fix typos in comments.
This commit is contained in:
parent
5c4dd2cd9a
commit
4d6d425ab8
@ -161,7 +161,7 @@ allocate_recordbuf(XLogReaderState *state, uint32 reclength)
|
|||||||
/*
|
/*
|
||||||
* Attempt to read an XLOG record.
|
* Attempt to read an XLOG record.
|
||||||
*
|
*
|
||||||
* If RecPtr is not NULL, try to read a record at that position. Otherwise
|
* If RecPtr is valid, try to read a record at that position. Otherwise
|
||||||
* try to read a record just after the last one previously read.
|
* try to read a record just after the last one previously read.
|
||||||
*
|
*
|
||||||
* If the read_page callback fails to read the requested data, NULL is
|
* If the read_page callback fails to read the requested data, NULL is
|
||||||
@ -901,10 +901,10 @@ ValidXLogPageHeader(XLogReaderState *state, XLogRecPtr recptr,
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Find the first record with at an lsn >= RecPtr.
|
* Find the first record with an lsn >= RecPtr.
|
||||||
*
|
*
|
||||||
* Useful for checking whether RecPtr is a valid xlog address for reading and to
|
* Useful for checking whether RecPtr is a valid xlog address for reading, and
|
||||||
* find the first valid address after some address when dumping records for
|
* to find the first valid address after some address when dumping records for
|
||||||
* debugging purposes.
|
* debugging purposes.
|
||||||
*/
|
*/
|
||||||
XLogRecPtr
|
XLogRecPtr
|
||||||
|
Loading…
Reference in New Issue
Block a user