fix: ensure Listener connections are released

retryingListen function potentially leaks database connections. This patch ensures the connections are released in case of listen/notify errors.
This commit is contained in:
Michal Kleczek
2026-01-26 16:26:24 -05:00
committed by GitHub
parent d75b1a7e96
commit 00c7cb1a22
3 changed files with 33 additions and 16 deletions
+4
View File
@@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file. From versio
- Add a `HINT` when the LISTEN channel stops working due to a PostgreSQL bug by @laurenceisla in #4581
- Add string slicing operator for `jwt-role-claim-key` by @taimoorzaeem in #4599
### Fixed
- Ensure Listener connections are released by @mkleczek in #4614
## [14.3] - 2026-01-03
### Fixed