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

Allow building against PG17 #7109

Closed svenklemm closed 2 months ago

svenklemm commented 3 months ago

With these changes TimescaleDB can be built against PG17. Doing so still requires -DEXPERIMENTAL=ON.

Disable-check: force-changelog-file Disable-check: loader-change

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 81.79%. Comparing base (59f50f2) to head (f2adbc7). Report is 245 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7109 +/- ## ========================================== + Coverage 80.06% 81.79% +1.72% ========================================== Files 190 202 +12 Lines 37181 37394 +213 Branches 9450 9760 +310 ========================================== + Hits 29770 30586 +816 + Misses 2997 2890 -107 + Partials 4414 3918 -496 ```

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