Commit b7643b19 authored by Robert Haas's avatar Robert Haas

Fix compiler warning in EXEC_BACKEND builds.

Per a report by Rajeev Rastogi.
parent c2099751
......@@ -471,7 +471,7 @@ typedef struct
#ifndef HAVE_SPINLOCKS
PGSemaphore SpinlockSemaArray;
#endif
LWLock *MainLWLockArray;
LWLockPadded *MainLWLockArray;
slock_t *ProcStructLock;
PROC_HDR *ProcGlobal;
PGPROC *AuxiliaryProcs;
......
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