Fix occurrences of EnsureCoordinator before CheckCitusVersion
Open
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
Assessment
This issue has not been assessed yet.