John Naylor 2022-08-23 09:24:32 +07:00
parent ce6b672e44
commit 1b9050da66
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ XLogPrefetcherNextBlock(uintptr_t pgsr_private, XLogRecPtr *lsn)
if (!block->in_use)
continue;
Assert(!BufferIsValid(block->prefetch_buffer));;
Assert(!BufferIsValid(block->prefetch_buffer));
/*
* Record the LSN of this record. When it's replayed,