fix: consider authentication failure as a fatal error

This commit is contained in:
Tuan Le
2023-02-02 03:30:15 -05:00
committed by Steve Chavez
parent 81501aefa0
commit 557285b659
5 changed files with 28 additions and 3 deletions
+2
View File
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
- #2622, Consider any PostgreSQL authentication failure as fatal and exit immediately - @michivi
### Fixed
- #2565, Fix bad M2M embedding on RPC - @steve-chavez