Skip to content
Snippets Groups Projects
Commit b6d72ddd authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix behavior of AND CHAIN outside of explicit transaction blocks


When using COMMIT AND CHAIN or ROLLBACK AND CHAIN not in an explicit
transaction block, the previous implementation would leave a
transaction block active in the ROLLBACK case but not the COMMIT case.
To fix for now, error out when using these commands not in an explicit
transaction block.  This restriction could be lifted if a sensible
definition and implementation is found.

Bug: #15977
Author: fn ln <emuser20140816@gmail.com>
Reviewed-by: default avatarFabien COELHO <coelho@cri.ensmp.fr>
parent 42291042
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment