Fix compiler warning in EXEC_BACKEND builds.

Per a report by Rajeev Rastogi.
This commit is contained in:
Robert Haas 2014-01-28 23:35:50 -05:00
parent c2099751cd
commit b7643b19f0
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ typedef struct
#ifndef HAVE_SPINLOCKS
PGSemaphore SpinlockSemaArray;
#endif
LWLock *MainLWLockArray;
LWLockPadded *MainLWLockArray;
slock_t *ProcStructLock;
PROC_HDR *ProcGlobal;
PGPROC *AuxiliaryProcs;