Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 71d6c4b

Browse files
committed
Remove useless member of BackendParameters.
Oversight in e256266, 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
1 parent 83aadbe commit 71d6c4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/postmaster/launch_backend.c

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ typedef struct
108108
#ifdef USE_INJECTION_POINTS
109109
struct InjectionPointsCtl *ActiveInjectionPoints;
110110
#endif
111-
PGSemaphore *SpinlockSemaArray;
112111
int NamedLWLockTrancheRequests;
113112
NamedLWLockTranche *NamedLWLockTrancheArray;
114113
LWLockPadded *MainLWLockArray;

0 commit comments

Comments
 (0)