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

Commit82c1507

Browse files
committed
Fix typo in comment
Once upon a time, WAL pointers could be NULL, but no longer. We talk about"valid" now.Reported-by: Amit LangoteDiscussion:https://postgr.es/m/33e9617d-27f1-eee8-3311-e27af98eaf2b@lab.ntt.co.jp
1 parent6af9f1b commit82c1507

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4131,7 +4131,7 @@ CleanupBackupHistory(void)
41314131
/*
41324132
* Attempt to read an XLOG record.
41334133
*
4134-
* If RecPtr isnot NULL, try to read a record at that position. Otherwise
4134+
* If RecPtr isvalid, try to read a record at that position. Otherwise
41354135
* try to read a record just after the last one previously read.
41364136
*
41374137
* If no valid record is available, returns NULL, or fails if emode is PANIC.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp