mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-22 06:17:00 +08: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