Skip to content

PGPRO-6857: fix build for PostgreSQL 15 #249

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 2 commits into from
Jul 1, 2022
Merged

PGPRO-6857: fix build for PostgreSQL 15 #249

merged 2 commits into from
Jul 1, 2022

Conversation

kovdb75
Copy link
Collaborator

@kovdb75 kovdb75 commented Jun 17, 2022

No description provided.

kovdb75 and others added 2 commits June 14, 2022 10:42
- In the commit 791b1b71da35d9d4264f72a87e4078b85a2fcfb4 the functions
  parse_analyze and pg_analyze_and_rewrite were renamed to
  parse_analyze_fixedparams and pg_analyze_and_rewrite_fixedparams respectively.
- The commit 7103ebb7aae8ab8076b7e85f335ceb8fe799097c added a new argument tmfd
  to the function ExecBRUpdateTriggers.
- The commit ba9a7e392171c83eb3332a757279e7088487f9a2 added a new argmument
  is_crosspart_update to the function ExecARDeleteTriggers.
@codecov
Copy link

codecov bot commented Jun 29, 2022

Codecov Report

Merging #249 (0a7ce81) into master (52260fa) will increase coverage by 0.18%.
The diff coverage is 100.00%.

❗ Current head 0a7ce81 differs from pull request most recent head 33b4d47. Consider uploading reports for the commit 33b4d47 to get more accurate results

@@            Coverage Diff             @@
##           master     #249      +/-   ##
==========================================
+ Coverage   91.45%   91.63%   +0.18%     
==========================================
  Files          43       42       -1     
  Lines        7257     6686     -571     
==========================================
- Hits         6637     6127     -510     
+ Misses        620      559      -61     
Impacted Files Coverage Δ
src/include/compat/pg_compat.h 100.00% <ø> (+6.66%) ⬆️
src/partition_creation.c 96.78% <ø> (-0.12%) ⬇️
src/partition_router.c 80.61% <100.00%> (+5.26%) ⬆️
src/utils.c 90.72% <0.00%> (-2.04%) ⬇️
src/pg_pathman.c 93.56% <0.00%> (-1.60%) ⬇️
src/runtime_merge_append.c 69.16% <0.00%> (-0.53%) ⬇️
src/nodes_common.c 96.60% <0.00%> (-0.52%) ⬇️
src/planner_tree_modification.c 88.26% <0.00%> (-0.26%) ⬇️
src/init.c 91.02% <0.00%> (-0.22%) ⬇️
src/partition_filter.c 96.37% <0.00%> (-0.21%) ⬇️
... and 21 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 52260fa...33b4d47. Read the comment docs.

@MarinaPolyakova MarinaPolyakova changed the title [PGPRO-6764] Fix build errors after merging 1C_master into STD_master PGPRO-6857: fix build for PostgreSQL 15 Jul 1, 2022
@kovdb75 kovdb75 merged commit afddc65 into master Jul 1, 2022
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