add: Log pg version details of listener connection

Follow-up to #4617 adding more information to log entry produced upon successful listener connection establishement.
This commit is contained in:
Michał Kłeczek
2026-01-27 15:44:05 -05:00
committed by Steve Chavez
parent 5356f4e973
commit 21b8c3458a
4 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ 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
- 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
- Log the actual host and port of listener database connection by @mkleczek in #4617
- Log host, port and pg version of listener database connection by @mkleczek in #4617 #4618
### Fixed