fix: request failures when work_mem is set on a role

This commit is contained in:
Laurence Isla
2026-06-03 13:45:34 -05:00
committed by Steve Chavez
parent a149405d11
commit 416a15480f
7 changed files with 47 additions and 5 deletions
+1
View File
@@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file. From versio
- Fix unexpected results when embedding and filtering the same table more than once by @laurenceisla in #4075
- Fix connection retrying message in `PGRST000` error by @netqo in #4980
+ Remove redundant "Retrying the connection." from message because it is logged separately
- Fix request failures when `work_mem` is set on a role by @laurenceisla in #4955
### Changed