postgrespro / pg_pathman

Partitioning tool for PostgreSQL
Other
584 stars 69 forks source link

Postgresql 14 port #236

Closed kovdb75 closed 3 years ago

kovdb75 commented 3 years ago

Porting to v14 has difficulties because the internal API has changed seriously. So this porting requires some changes in the source PostgreSQL codes and can not be applied to vanilla without patch.

codecov[bot] commented 3 years ago

Codecov Report

Merging #236 (23122ab) into master (4ae1f1b) will decrease coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #236      +/-   ##
==========================================
- Coverage   91.94%   91.84%   -0.11%     
==========================================
  Files          35       35              
  Lines        6792     6927     +135     
==========================================
+ Hits         6245     6362     +117     
- Misses        547      565      +18     
Impacted Files Coverage Δ
src/hooks.c 92.28% <ø> (+0.27%) :arrow_up:
src/include/compat/pg_compat.h 92.30% <ø> (ø)
src/nodes_common.c 97.36% <ø> (ø)
src/partition_creation.c 96.82% <ø> (ø)
src/planner_tree_modification.c 88.98% <ø> (ø)
src/compat/pg_compat.c 73.21% <100.00%> (ø)
src/partition_filter.c 96.14% <100.00%> (ø)
src/partition_overseer.c 96.96% <100.00%> (ø)
src/partition_router.c 84.94% <100.00%> (+0.24%) :arrow_up:
src/relation_info.c 94.31% <100.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4ae1f1b...23122ab. Read the comment docs.