Remove empty statement
authorJohn Naylor <[email protected]>
Tue, 23 Aug 2022 02:24:32 +0000 (09:24 +0700)
committerJohn Naylor <[email protected]>
Tue, 23 Aug 2022 02:24:32 +0000 (09:24 +0700)
Peter Smith

Discussion: https://www.postgresql.org/message-id/CAHut%2BPtRGVuj8Q_GpHHxZyk7fGwdYDG8_s4GSfKoc_4Yd9vR-w%40mail.gmail.com

src/backend/access/transam/xlogprefetcher.c

index 87d14210be7bc7ef17d559e8e03cff30eb7b3857..9aa56411d55c2634e96302613e5c403c3906ea53 100644 (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,