Commit cf3fff63 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Initialize the new bgwriterLatch field properly.

Peter Geoghegan
parent e43166a5
...@@ -186,6 +186,7 @@ InitProcGlobal(void) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment