pg_pathman icon indicating copy to clipboard operation
pg_pathman copied to clipboard

Avoid segfaults on 1.5-upgraded installations before 10e6c71 [WiP]

Open x4m opened this issue 5 years ago • 1 comments

x4m avatar Jun 25 '20 09:06 x4m

Codecov Report

Merging #212 into master will decrease coverage by 0.27%. The diff coverage is 84.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #212      +/-   ##
==========================================
- Coverage   91.74%   91.47%   -0.28%     
==========================================
  Files          43       40       -3     
  Lines        6386     7058     +672     
==========================================
+ Hits         5859     6456     +597     
- Misses        527      602      +75     
Impacted Files Coverage Δ
src/compat/pg_compat.c 74.61% <ø> (-7.89%) :arrow_down:
src/include/init.h 83.33% <ø> (ø)
src/include/pathman.h 100.00% <ø> (ø)
src/include/rangeset.h 100.00% <ø> (ø)
src/include/relation_info.h 90.00% <ø> (-1.31%) :arrow_down:
src/runtime_merge_append.c 69.07% <ø> (+1.12%) :arrow_up:
src/partition_router.c 75.00% <14.70%> (-11.17%) :arrow_down:
src/pg_pathman.c 95.38% <80.76%> (-0.65%) :arrow_down:
src/pl_range_funcs.c 96.47% <83.33%> (-0.31%) :arrow_down:
src/utility_stmt_hooking.c 92.16% <84.61%> (+0.35%) :arrow_up:
... and 51 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 bf0a84c...2cdb2bd. Read the comment docs.

codecov[bot] avatar Jun 27 '20 12:06 codecov[bot]