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