Skip to content

Commit 4947fce

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 Langote Discussion: https://postgr.es/m/[email protected]
1 parent 39e30cb commit 4947fce

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
@@ -3972,7 +3972,7 @@ CleanupBackupHistory(void)
39723972
/*
39733973
* Attempt to read an XLOG record.
39743974
*
3975-
* If RecPtr is not NULL, try to read a record at that position. Otherwise
3975+
* If RecPtr is valid, try to read a record at that position. Otherwise
39763976
* try to read a record just after the last one previously read.
39773977
*
39783978
* If no valid record is available, returns NULL, or fails if emode is PANIC.

0 commit comments

Comments
 (0)