timescale / timescaledb

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
https://www.timescale.com/
Other
17.61k stars 883 forks source link

Make constification functions visible outside timescale library #6932

Closed zilder closed 4 months ago

zilder commented 4 months ago

ts_constify_restrictinfos and ts_constify_restrictinfo_params are useful functions for OSM to implement runtime chunk exclusion. This PR makes them visible from outside the library so that OSM could find and reuse them.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.72%. Comparing base (59f50f2) to head (01788ca). Report is 169 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6932 +/- ## ========================================== + Coverage 80.06% 81.72% +1.65% ========================================== Files 190 198 +8 Lines 37181 36851 -330 Branches 9450 9637 +187 ========================================== + Hits 29770 30117 +347 + Misses 2997 2866 -131 + Partials 4414 3868 -546 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.