diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/transam/xlogprefetcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlogprefetcher.c b/src/backend/access/transam/xlogprefetcher.c index 87d14210be7..9aa56411d55 100644 --- a/src/backend/access/transam/xlogprefetcher.c +++ b/src/backend/access/transam/xlogprefetcher.c @@ -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, |