fix: fix incorrect 413 error on pg 54* errors

This commit is contained in:
Taimoor Zaeem
2024-05-20 18:59:33 -05:00
committed by Steve Chavez
parent 11c9e8dac9
commit 5cc32c7f87
5 changed files with 32 additions and 2 deletions
+1
View File
@@ -40,6 +40,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3533, #3536, Fix listener silently failing on read replica - @steve-chavez
+ If the LISTEN connection fails, it's retried with exponential backoff
- #3414, Force listener to connect to read-write instances using `target_session_attrs` - @steve-chavez
- #3255, Fix incorrect `413 Request Entity Too Large` on pg errors `54*` - @taimoorzaeem
### Deprecated