mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Fix uninitialized variable.
I'm very surprised the compiler didn't warn about it. But Coverity and Valgrind did.
This commit is contained in:
parent
4b35408f1e
commit
69639e2b5c
@ -5286,6 +5286,8 @@ StartupXLOG(void)
|
||||
PerformWalRecovery();
|
||||
performedWalRecovery = true;
|
||||
}
|
||||
else
|
||||
performedWalRecovery = false;
|
||||
|
||||
/*
|
||||
* Finish WAL recovery.
|
||||
|
Loading…
Reference in New Issue
Block a user