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

Commit 1b9050d

Browse files
committed
1 parent ce6b672 commit 1b9050d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlogprefetcher.c

+1-1
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)