r2dbc-postgresql
r2dbc-postgresql copied to clipboard
GH-677 Fix self-suppression when standby is unavailable
trafficstars
This commit fixes self-suppression exception when using preferSecondary and all standby servers are unavailable Fix for issue: https://github.com/pgjdbc/r2dbc-postgresql/issues/677
Make sure that:
- [x] You have read the contribution guidelines.
- [x] You have created a feature request first to discuss your contribution intent. Please reference the feature request ticket number in the pull request.
- [x] You use the code formatters provided here and have them applied to your changes. Don't submit any formatting related changes.
- [x] You submit test cases (unit or integration tests) that back your changes.
Issue description
Issue described in: https://github.com/pgjdbc/r2dbc-postgresql/issues/677
New Public APIs
NA
Additional context
NA