Skip to content

Commit

Permalink
Add more test versions
Browse files Browse the repository at this point in the history
Added latest versions for the tests
  • Loading branch information
RafiaSabih authored Dec 20, 2024
1 parent cdab237 commit d7a9ff0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- '12'
- '13'
- '14'
- '15'
- '16'
- '17'

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pg_auth_mon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit d7a9ff0

Please sign in to comment.