We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e30cb commit 4947fceCopy full SHA for 4947fce
src/backend/access/transam/xlog.c
@@ -3972,7 +3972,7 @@ CleanupBackupHistory(void)
3972
/*
3973
* Attempt to read an XLOG record.
3974
*
3975
- * 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
3976
* try to read a record just after the last one previously read.
3977
3978
* If no valid record is available, returns NULL, or fails if emode is PANIC.
0 commit comments