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 6af9f1b commit 82c1507Copy full SHA for 82c1507
src/backend/access/transam/xlog.c
@@ -4131,7 +4131,7 @@ CleanupBackupHistory(void)
4131
/*
4132
* Attempt to read an XLOG record.
4133
*
4134
- * 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
4135
* try to read a record just after the last one previously read.
4136
4137
* If no valid record is available, returns NULL, or fails if emode is PANIC.
0 commit comments