Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 498e337

Browse files
j-naylorpull[bot]
authored andcommitted
1 parent 82a1bee commit 498e337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlogprefetcher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ XLogPrefetcherNextBlock(uintptr_t pgsr_private, XLogRecPtr *lsn)
656656
if (!block->in_use)
657657
continue;
658658

659-
Assert(!BufferIsValid(block->prefetch_buffer));;
659+
Assert(!BufferIsValid(block->prefetch_buffer));
660660

661661
/*
662662
* Record the LSN of this record. When it's replayed,

0 commit comments

Comments
 (0)