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

Backport two commits to 2.11.x #5940

Merged
merged 2 commits into from
Aug 8, 2023

Conversation

konskov
Copy link
Contributor

@konskov konskov commented Aug 8, 2023

No description provided.

konskov and others added 2 commits August 8, 2023 13:17
Previously when adding equivalence class members for the compressed
chunk's variables, we would only consider Vars. This led us to ignore
cases where the Var was wrapped in a RelabelType,
returning inaccurate results.

Fixed the issue by accepting Vars
with RelabelType for segmentby equivalence class.

Fixes timescale#5585

(cherry picked from commit 07433cc)
CMAKE_CPP_FLAGS is not a thing at all. Furthermore,
CMAKE_CXX_FLAGS is not passed to a C compiler.
pg_config uses CPPGLAGS for all includes, and needs
to be passed into CMAKE_C_FLAGS as well.

(cherry picked from commit 4273a27)
@github-actions
Copy link

github-actions bot commented Aug 8, 2023

@svenklemm, @pmwkaa: please review this pull request.

Powered by pull-review

@github-actions github-actions bot requested a review from svenklemm August 8, 2023 11:15
@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

❗ No coverage uploaded for pull request base (2.11.x@61bf9c6). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head 75c47c2 differs from pull request most recent head e8b6ea4. Consider uploading reports for the commit e8b6ea4 to get more accurate results

@@            Coverage Diff            @@
##             2.11.x    #5940   +/-   ##
=========================================
  Coverage          ?   91.36%           
=========================================
  Files             ?      228           
  Lines             ?    52131           
  Branches          ?        0           
=========================================
  Hits              ?    47631           
  Misses            ?     4500           
  Partials          ?        0           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@konskov konskov force-pushed the backport_2.11.x_noconflicts branch from 75c47c2 to e8b6ea4 Compare August 8, 2023 11:44
@konskov konskov changed the title Backport 2.11.x noconflicts Backport two commits to 2.11.x Aug 8, 2023
@konskov konskov enabled auto-merge (rebase) August 8, 2023 12:12
@konskov konskov merged commit c91ce78 into timescale:2.11.x Aug 8, 2023
57 of 59 checks passed
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

2 participants