John Naylor 2022-08-23 09:24:32 +07:00
parent ce6b672e44
commit 1b9050da66

View File

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