Movatterモバイル変換


[0]ホーム

URL:


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 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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kovdb75 merged 3 commits intomasterfrompostgresql-14-port
Nov 9, 2021
Merged

Postgresql 14 port#236

kovdb75 merged 3 commits intomasterfrompostgresql-14-port
Nov 9, 2021

Conversation

kovdb75
Copy link
Collaborator

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 cannot be applied to vanilla without patch.
@codecov
Copy link

codecovbot commentedNov 9, 2021
edited
Loading

Codecov Report

Merging#236 (23122ab) intomaster (4ae1f1b) willdecrease coverage by0.10%.
The diff coverage is100.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 FilesCoverage Δ
src/hooks.c92.28% <ø> (+0.27%)⬆️
src/include/compat/pg_compat.h92.30% <ø> (ø)
src/nodes_common.c97.36% <ø> (ø)
src/partition_creation.c96.82% <ø> (ø)
src/planner_tree_modification.c88.98% <ø> (ø)
src/compat/pg_compat.c73.21% <100.00%> (ø)
src/partition_filter.c96.14% <100.00%> (ø)
src/partition_overseer.c96.96% <100.00%> (ø)
src/partition_router.c84.94% <100.00%> (+0.24%)⬆️
src/relation_info.c94.31% <100.00%> (ø)
... and3 more

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last update4ae1f1b...23122ab. Read thecomment docs.

@kovdb75kovdb75 merged commit978e73c intomasterNov 9, 2021
Sign up for freeto 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
@kovdb75

[8]ページ先頭

©2009-2025 Movatter.jp