mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix compiler warning in EXEC_BACKEND builds.
Per a report by Rajeev Rastogi.
This commit is contained in:
parent
c2099751cd
commit
b7643b19f0
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user