mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 19:02:00 -05:00
Initialize the new bgwriterLatch field properly.
Peter Geoghegan
This commit is contained in:
parent
e43166a557
commit
cf3fff6326
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ InitProcGlobal(void)
|
|||
ProcGlobal->startupProc = NULL;
|
||||
ProcGlobal->startupProcPid = 0;
|
||||
ProcGlobal->startupBufferPinWaitBufId = -1;
|
||||
ProcGlobal->bgwriterLatch = NULL;
|
||||
|
||||
/*
|
||||
* Create and initialize all the PGPROC structures we'll need (except for
|
||||
|
|
|
|||
Loading…
Reference in a new issue