Version 2.1.1 (2025-02-27)¶
Release highlights¶
This release fixes the deadlock that occurs when the error handler tries to log the error while pg_stat_monitor
still holds the LWLock. It was fixed by forcefully releasing the lock prior to logging an error.
Improvements¶
- PG-1349 - Fixed the deadlock in
pg_stat_monitor
.