Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql/pgwire: implicitly destroy portal on txn finish #63677

Merged
merged 2 commits into from
Apr 27, 2021

Commits on Apr 20, 2021

  1. sql/pgwire: fix hint for interleaved portal error

    It looked like this was accidentally using WithSafeDetails, which is
    meant for sentry reporting. (Originally added in cockroachdb#40197.)
    
    Release note: None
    rafiss committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    5477fd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. sql/pgwire: implicitly destroy portal on txn finish

    Release note (sql change): Previously, committing a transaction when a
    portal was suspended would cause a "multiple active portals not
    supported" error. Now, the portal is automatically destroyed.
    rafiss committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    0ce4443 View commit details
    Browse the repository at this point in the history