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
16.8k stars 852 forks source link

Use RestrictSearchPath to lock down search_path #7044

Closed svenklemm closed 1 week ago

svenklemm commented 1 week ago

Change other places that lock down search_path to use RestrictSearchPath instead of SPI commands.

Disable-check: force-changelog-file

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 81.77%. Comparing base (59f50f2) to head (cf821cb). Report is 215 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7044 +/- ## ========================================== + Coverage 80.06% 81.77% +1.70% ========================================== Files 190 200 +10 Lines 37181 37228 +47 Branches 9450 9700 +250 ========================================== + Hits 29770 30443 +673 + Misses 2997 2880 -117 + Partials 4414 3905 -509 ```

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