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 aggregate support function into _timescaledb_functions #5528

Merged
merged 1 commit into from Apr 11, 2023

Conversation

svenklemm
Copy link
Member

@svenklemm svenklemm commented Apr 6, 2023

This patch moves the support functions for histogram, first and last into the _timescaledb_functions schema. Since we alter the schema of the existing functions in upgrade scripts and do not change the aggregates this should work completely transparently for any user objects using those aggregates.

Disable-check: force-changelog-changed

@svenklemm svenklemm self-assigned this Apr 6, 2023
@github-actions
Copy link

github-actions bot commented Apr 6, 2023

@fabriziomello, @erimatnor: please review this pull request.

Powered by pull-review

@svenklemm svenklemm removed the request for review from erimatnor April 6, 2023 11:02
This patch moves the support functions for histogram, first and last
into the _timescaledb_functions schema. Since we alter the schema
of the existing functions in upgrade scripts and do not change the
aggregates this should work completely transparently for any user
objects using those aggregates.
@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Merging #5528 (f06e2f9) into main (df70f3e) will increase coverage by 0.09%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #5528      +/-   ##
==========================================
+ Coverage   90.45%   90.55%   +0.09%     
==========================================
  Files         229      229              
  Lines       53854    47371    -6483     
==========================================
- Hits        48716    42898    -5818     
+ Misses       5138     4473     -665     

see 204 files with indirect coverage changes

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

@svenklemm svenklemm enabled auto-merge (rebase) April 11, 2023 11:07
@svenklemm svenklemm merged commit 04f4333 into timescale:main Apr 11, 2023
37 of 42 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

3 participants