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.

(cherry picked from commit 00c7cb1a22)
This commit is contained in:
Michal Kleczek
2026-01-28 18:26:15 -05:00
committed by Steve Chavez
parent 101eac1cce
commit 5796f86100
3 changed files with 33 additions and 16 deletions
+4
View File
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file. From versio
- Log error when `db-schemas` config contains schema `pg_catalog` or `information_schema` by @taimoorzaeem in #4359
### Fixed
- Ensure Listener connections are released by @mkleczek in #4614
## [14.3] - 2026-01-03
### Fixed