From c8c3fed547fce2311d63e103374c0860b5e2c451 Mon Sep 17 00:00:00 2001 From: Rafia Sabih Date: Fri, 20 Dec 2024 17:12:46 +0100 Subject: [PATCH] first commit --- .github/workflows/tests.yaml | 3 +++ pg_auth_mon.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2036322..a99ac97 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,6 +21,9 @@ jobs: - '12' - '13' - '14' + - '15' + - '16' + - '17' steps: - uses: actions/checkout@v2 diff --git a/pg_auth_mon.c b/pg_auth_mon.c index 4bdad3c..b534b6f 100644 --- a/pg_auth_mon.c +++ b/pg_auth_mon.c @@ -79,7 +79,7 @@ typedef struct auth_mon_rec #if PG_VERSION_NUM < 90400 LWLockId auth_mon_lock; #else -LWLock *auth_mon_lock; +static LWLock *auth_mon_lock; #endif /* Original Hook */