Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4d6d425

Browse files
committed
Fix typos in comments.
1 parent5c4dd2c commit4d6d425

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/access/transam/xlogreader.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ allocate_recordbuf(XLogReaderState *state, uint32 reclength)
161161
/*
162162
* Attempt to read an XLOG record.
163163
*
164-
* If RecPtr isnot NULL, try to read a record at that position. Otherwise
164+
* If RecPtr isvalid, try to read a record at that position. Otherwise
165165
* try to read a record just after the last one previously read.
166166
*
167167
* If the read_page callback fails to read the requested data, NULL is
@@ -901,10 +901,10 @@ ValidXLogPageHeader(XLogReaderState *state, XLogRecPtr recptr,
901901
*/
902902

903903
/*
904-
* Find the first record withatan lsn >= RecPtr.
904+
* Find the first record with an lsn >= RecPtr.
905905
*
906-
* Useful for checking whether RecPtr is a valid xlog address for reading and to
907-
* find the first valid address after some address when dumping records for
906+
* Useful for checking whether RecPtr is a valid xlog address for reading, and
907+
*tofind the first valid address after some address when dumping records for
908908
* debugging purposes.
909909
*/
910910
XLogRecPtr

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp