Skip to content
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

PG14 changes #3398

Merged
merged 3 commits into from Jul 12, 2021
Merged

PG14 changes #3398

merged 3 commits into from Jul 12, 2021

Conversation

svenklemm
Copy link
Member

@svenklemm svenklemm commented Jul 7, 2021

Disable-check: commit-count

@svenklemm svenklemm requested a review from a team as a code owner July 7, 2021 09:53
@svenklemm svenklemm requested review from pmwkaa, afiskon and mfundul and removed request for a team July 7, 2021 09:53
@codecov
Copy link

codecov bot commented Jul 7, 2021

Codecov Report

Merging #3398 (0e217c8) into master (b5ffc71) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3398      +/-   ##
==========================================
- Coverage   90.63%   90.60%   -0.04%     
==========================================
  Files         212      212              
  Lines       35658    35660       +2     
==========================================
- Hits        32319    32309      -10     
- Misses       3339     3351      +12     
Impacted Files Coverage Δ
src/copy.c 90.40% <ø> (ø)
tsl/src/reorder.c 84.91% <ø> (ø)
src/planner.c 93.30% <100.00%> (+0.01%) ⬆️
src/planner.h 100.00% <100.00%> (ø)
src/process_utility.c 94.04% <100.00%> (ø)
src/loader/bgw_message_queue.c 85.52% <0.00%> (-2.64%) ⬇️
src/loader/bgw_launcher.c 89.47% <0.00%> (-2.48%) ⬇️

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 c270891...0e217c8. Read the comment docs.

@svenklemm svenklemm self-assigned this Jul 7, 2021
Copy link
Contributor

@mkindahl mkindahl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

PG14 adds an isTopLevel argument to cluster_rel and
vacuum_set_xid_limits.

postgres/postgres@a7212be8b9
PG14 removes the concurrent variable from ReindexStmt and turns
it into an option instead.
PG14 adds an isTopLevel argument to ReindexTable.

postgres/postgres@844c05abc3
postgres/postgres@a6642b3ae0
PG14 changes initialization of ResultRelInfo, removes
es_num_result_relations and changes es_result_relations into an
array index by rangetable index.

postgres/postgres@1375422c78
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.

None yet

3 participants