citusdata / citusdata/citus

Deadlock detection does not catch self-deadlocks with run_command_on*

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

Description

To create a self-deadlock:
```
BEGIN;
ALTER TABLE test ADD COLUMN z int;
SELECT run_command_on_placements('test', 'SELECT x FROM %s');
```

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.