Skip to content

Commit 69639e2

Browse files
committed
Fix uninitialized variable.
I'm very surprised the compiler didn't warn about it. But Coverity and Valgrind did.
1 parent 4b35408 commit 69639e2

File tree

1 file changed

+2
-0
lines changed
  • src/backend/access/transam

1 file changed

+2
-0
lines changed

src/backend/access/transam/xlog.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5286,6 +5286,8 @@ StartupXLOG(void)
52865286
PerformWalRecovery();
52875287
performedWalRecovery = true;
52885288
}
5289+
else
5290+
performedWalRecovery = false;
52895291

52905292
/*
52915293
* Finish WAL recovery.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy