Closed kovdb75 closed 1 year ago
Merging #258 (a9e82f4) into master (af25d1a) will increase coverage by
0.21%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #258 +/- ##
==========================================
+ Coverage 92.20% 92.41% +0.21%
==========================================
Files 30 30
Lines 7027 6735 -292
==========================================
- Hits 6479 6224 -255
+ Misses 548 511 -37
Impacted Files | Coverage Δ | |
---|---|---|
src/include/pathman.h | 100.00% <ø> (ø) |
|
src/pg_pathman.c | 95.48% <ø> (+0.39%) |
:arrow_up: |
src/partition_creation.c | 96.81% <100.00%> (-0.14%) |
:arrow_down: |
src/partition_filter.c | 96.43% <100.00%> (-0.29%) |
:arrow_down: |
src/planner_tree_modification.c | 89.04% <100.00%> (-0.53%) |
:arrow_down: |
src/include/compat/pg_compat.h | 90.00% <0.00%> (-2.86%) |
:arrow_down: |
src/utils.c | 92.10% <0.00%> (-0.66%) |
:arrow_down: |
src/compat/pg_compat.c | 77.52% <0.00%> (-0.50%) |
:arrow_down: |
... and 14 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
…13+)
1) ce76c0ba - Add a reverse-translation column number array to struct AppendRelInfo. 2) 55a1954d - Fix EXPLAIN's column alias output for mismatched child tables.