Initialize the new bgwriterLatch field properly.

Peter Geoghegan
pull/1/head
Heikki Linnakangas 14 years ago
parent e43166a557
commit cf3fff6326
  1. 1
      src/backend/storage/lmgr/proc.c

@ -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…
Cancel
Save