citusdata / citusdata/citus

Fix occurrences of EnsureCoordinator before CheckCitusVersion

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

Description

Somehow we have this pattern all over the place:
```c
EnsureCoordinator();
CheckCitusVersion(ERROR);
```

That's in the wrong order.

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.