citusdata / citusdata/citus

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

Open
#7,527 0 comments 0 reactions 0 assignees View on GitHub
usability
Dominant language
C
Stars
12.8k
Forks
794
Avg merge
2d 14h
Merged PRs (30d)
31

Description

As we do for CREATE DATABASE commands in https://github.com/citusdata/citus/pull/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^.)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.