projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce6b672
)
Remove empty statement
author
John Naylor
<
[email protected]
>
Tue, 23 Aug 2022 02:24:32 +0000
(09:24 +0700)
committer
John 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlogprefetcher.c
b/src/backend/access/transam/xlogprefetcher.c
index 87d14210be7bc7ef17d559e8e03cff30eb7b3857..9aa56411d55c2634e96302613e5c403c3906ea53 100644
(file)
--- 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,