You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: loosen restrictions setRetryAbortsInternally
Calling setRetryAbortsInternally(boolean) was unnecessarily strict, as there
is no reason why it should be disallowed to change the value while in
auto-commit mode and/or read-only mode. The fact that the flag does not have
any direct impact on those modes, does not mean that it should be disallowed
to set the value.
The fact that it was impossible to set the value while in auto-commit mode,
also means that it is impossible to disable it using a startup command for
a PostgreSQL connection to PGAdapter, as PGAdapter creates connections in
auto-commit mode.
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
0 commit comments