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

Add proper failure handling for CREATE commands that cannot be run inside a transaction block #7527

Open
onurctirtir opened this issue Feb 21, 2024 · 0 comments

Comments

@onurctirtir
Copy link
Member

As we do for CREATE DATABASE commands in #7483, we might want to implement proper failure handling mechanisms for other CREATE commands too.

As of today, the only example to this is CREATE INDEX CONCURRENTLY.

(Searching for where do we set cannotBeExecutedInTransaction to true within the code-base verifies this^.)

@onurctirtir onurctirtir changed the title Add proper failure handling for CREATE <FOO> commands that cannot be run inside a transaction block Add proper failure handling for CREATE commands that cannot be run inside a transaction block Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant