mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Fix compiler warning in EXEC_BACKEND builds.
Per a report by Rajeev Rastogi.
This commit is contained in:
@ -471,7 +471,7 @@ typedef struct
|
||||
#ifndef HAVE_SPINLOCKS
|
||||
PGSemaphore SpinlockSemaArray;
|
||||
#endif
|
||||
LWLock *MainLWLockArray;
|
||||
LWLockPadded *MainLWLockArray;
|
||||
slock_t *ProcStructLock;
|
||||
PROC_HDR *ProcGlobal;
|
||||
PGPROC *AuxiliaryProcs;
|
||||
|
Reference in New Issue
Block a user