r2dbc-postgresql icon indicating copy to clipboard operation
r2dbc-postgresql copied to clipboard

GH-677 Fix self-suppression when standby is unavailable

Open mateusz-baluch-xtb opened this issue 7 months ago • 0 comments
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

mateusz-baluch-xtb avatar Mar 28 '25 08:03 mateusz-baluch-xtb