Remove useless member of BackendParameters.
authorThomas Munro <tmunro@postgresql.org>
Tue, 30 Jul 2024 11:15:09 +0000 (23:15 +1200)
committerThomas Munro <tmunro@postgresql.org>
Tue, 30 Jul 2024 11:15:09 +0000 (23:15 +1200)
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

src/backend/postmaster/launch_backend.c

index 20ab82fe34a076f8cf2e9db4132e768188befd8e..0ae23fdf55eeb16aaa6f255c4ced3ba4d2d6ff90 100644 (file)
@@ -108,7 +108,6 @@ typedef struct
 #ifdef USE_INJECTION_POINTS
        struct InjectionPointsCtl *ActiveInjectionPoints;
 #endif
-       PGSemaphore *SpinlockSemaArray;
        int                     NamedLWLockTrancheRequests;
        NamedLWLockTranche *NamedLWLockTrancheArray;
        LWLockPadded *MainLWLockArray;