Evaluate changing pg_dist_partition's partmethod to an enum type
Open
technical debt
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
We currently use a single character to represent the partition method in pg_dist_partition.h (char partmethod).
As part of the extension work, we switched to using enumerated types in our distributed table creation functions. Evaluate if we should change partmethod into the same enum type as well.
Contributor guide
Assessment
This issue has not been assessed yet.