Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PostgreSQL v14 compatibility #235

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

Closed
kovdb75 wants to merge 1 commit into master from postgresql-14-port
Closed

PostgreSQL v14 compatibility #235

kovdb75 wants to merge 1 commit into master from postgresql-14-port

Conversation

Copy link
Collaborator

@kovdb75 kovdb75 commented Nov 7, 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.
Copy link

codecov bot commented Nov 7, 2021

Codecov Report

Merging #235 (5f8b7ae) into master (4ae1f1b) will decrease coverage by 0.63%.
The diff coverage is 100.00%.

❗ Current head 5f8b7ae differs from pull request most recent head 7df6cdf. Consider uploading reports for the commit 7df6cdf to get more accurate results
Impacted file tree graph

@@ Coverage Diff @@
## master #235 +/- ##
==========================================
- Coverage 91.94% 91.31% -0.64% 
==========================================
 Files 35 30 -5 
 Lines 6792 5363 -1429 
==========================================
- Hits 6245 4897 -1348 
+ Misses 547 466 -81 
Impacted Files Coverage Δ
src/hooks.c 91.66% <ø> (-0.35%) ⬇️
src/include/compat/pg_compat.h 88.88% <ø> (-3.42%) ⬇️
src/nodes_common.c 96.51% <ø> (-0.85%) ⬇️
src/planner_tree_modification.c 88.02% <ø> (-0.96%) ⬇️
src/compat/pg_compat.c 74.28% <100.00%> (+1.07%) ⬆️
src/partition_filter.c 95.27% <100.00%> (-0.88%) ⬇️
src/partition_overseer.c 96.77% <100.00%> (-0.20%) ⬇️
src/partition_router.c 85.25% <100.00%> (+0.55%) ⬆️
src/pathman_workers.c 82.32% <100.00%> (-1.71%) ⬇️
src/relation_info.c 93.39% <100.00%> (-0.92%) ⬇️
... and 33 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...7df6cdf. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /