Fix compiler warning in EXEC_BACKEND builds.
Per a report by Rajeev Rastogi.
This commit is contained in:
parent
c2099751cd
commit
b7643b19f0
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ typedef struct
|
|||
#ifndef HAVE_SPINLOCKS
|
||||
PGSemaphore SpinlockSemaArray;
|
||||
#endif
|
||||
LWLock *MainLWLockArray;
|
||||
LWLockPadded *MainLWLockArray;
|
||||
slock_t *ProcStructLock;
|
||||
PROC_HDR *ProcGlobal;
|
||||
PGPROC *AuxiliaryProcs;
|
||||
|
|
Loading…
Reference in a new issue