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:
Thomas Munro 2024-07-30 23:15:09 +12:00
parent 83aadbeb96
commit 71d6c4b966
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ typedef struct
#ifdef USE_INJECTION_POINTS
struct InjectionPointsCtl *ActiveInjectionPoints;
#endif
PGSemaphore *SpinlockSemaArray;
int NamedLWLockTrancheRequests;
NamedLWLockTranche *NamedLWLockTrancheArray;
LWLockPadded *MainLWLockArray;