mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Initialize the new bgwriterLatch field properly.
Peter Geoghegan
This commit is contained in:
@@ -186,6 +186,7 @@ InitProcGlobal(void)
|
|||||||
ProcGlobal->startupProc = NULL;
|
ProcGlobal->startupProc = NULL;
|
||||||
ProcGlobal->startupProcPid = 0;
|
ProcGlobal->startupProcPid = 0;
|
||||||
ProcGlobal->startupBufferPinWaitBufId = -1;
|
ProcGlobal->startupBufferPinWaitBufId = -1;
|
||||||
|
ProcGlobal->bgwriterLatch = NULL;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Create and initialize all the PGPROC structures we'll need (except for
|
* Create and initialize all the PGPROC structures we'll need (except for
|
||||||
|
Reference in New Issue
Block a user