fix: don't reload cache on every listener fail

Revert "prevent GSSAPI error between Listener and pool"

This reverts commit 4beac10d3d.
This commit is contained in:
steve-chavez
2024-06-25 20:03:22 -05:00
committed by Steve Chavez
parent 9d7e87b3e0
commit f912c0dd29
3 changed files with 6 additions and 33 deletions
+4
View File
@@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3558, Add the `admin-server-host` config to set the host for the admin server - @develop7
### Fixed
- #3147, Don't reload schema cache on every listener failure - @steve-chavez
### Changed
- #2052, Dropped support for PostgreSQL 9.6 - @wolfgangwalther