Skip to content

Commit 7bbe5d1

Browse files
committed
fix: release PostgreSQL cache lock on termination
1 parent e8241f9 commit 7bbe5d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/pg_compat/fetch_libpg_query.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ handle_signal() {
180180
fi
181181
wait "$child_pid" 2>/dev/null || true
182182
fi
183+
release_lock
183184
exit "$exit_status"
184185
}
185186

0 commit comments

Comments
 (0)