Skip to content

Postgresql 14 port #236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 9, 2021
Merged

Postgresql 14 port #236

merged 3 commits into from
Nov 9, 2021

Conversation

kovdb75
Copy link
Collaborator

@kovdb75 kovdb75 commented Nov 9, 2021

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.

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
Copy link

codecov bot commented Nov 9, 2021

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%) ⬆️
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%) ⬆️
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.

@kovdb75 kovdb75 merged commit 978e73c into master Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant