mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Remove useless member of BackendParameters.
Oversight in e2562667, which stopped using SpinlockSemaArray but forgot
to remove it from the array.
Reported-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/310f4005-91d7-42b2-ac70-92624260dd28%40iki.fi
This commit is contained in:
@@ -108,7 +108,6 @@ typedef struct
|
|||||||
#ifdef USE_INJECTION_POINTS
|
#ifdef USE_INJECTION_POINTS
|
||||||
struct InjectionPointsCtl *ActiveInjectionPoints;
|
struct InjectionPointsCtl *ActiveInjectionPoints;
|
||||||
#endif
|
#endif
|
||||||
PGSemaphore *SpinlockSemaArray;
|
|
||||||
int NamedLWLockTrancheRequests;
|
int NamedLWLockTrancheRequests;
|
||||||
NamedLWLockTranche *NamedLWLockTrancheArray;
|
NamedLWLockTranche *NamedLWLockTrancheArray;
|
||||||
LWLockPadded *MainLWLockArray;
|
LWLockPadded *MainLWLockArray;
|
||||||
|
|||||||
Reference in New Issue
Block a user