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

Move explain utility functions to src/import #6171

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

svenklemm
Copy link
Member

@svenklemm svenklemm commented Oct 8, 2023

This moves EXPLAIN utility functions into apache to make it available to all custom nodes. Since these are copies of static postgres functions there is no reason for them to be TSL licensed.

Disable-check: force-changelog-file

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

@akuzm, @mahipv: please review this pull request.

Powered by pull-review

@github-actions github-actions bot requested review from akuzm and mahipv October 8, 2023 08:46
@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

Merging #6171 (8e2df62) into main (6304c7a) will decrease coverage by 0.06%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #6171      +/-   ##
==========================================
- Coverage   81.44%   81.38%   -0.06%     
==========================================
  Files         246      246              
  Lines       56974    56928      -46     
  Branches    12624    12605      -19     
==========================================
- Hits        46400    46333      -67     
- Misses       8196     8204       +8     
- Partials     2378     2391      +13     
Files Coverage Δ
src/import/ts_explain.c 78.57% <ø> (ø)

... and 21 files with indirect coverage changes

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

@@ -1,5 +1,5 @@
/*
* This file and its contents are licensed under the Timescale License.
* This file and its contents are licensed under the Timescale License.
Copy link
Contributor

Choose a reason for hiding this comment

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

Apache License?

This moves EXPLAIN utility functions into apache to make it available
to all custom nodes. Since these are copies of static postgres functions
there is no reason for them to be TSL licensed.
@svenklemm svenklemm merged commit 8476adc into timescale:main Oct 8, 2023
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.

3 participants