mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 02:23:49 +08:00
Duplicate the existing index tests to use hash index and make sure that it works correctly. We rename the existing file to be able to have tests for all the different kinds of indexes. We also rename the existing `explain_anonymize` to `explain_analyze_anonymize` and introduce a non-analyze version with the original name. It also modifies the permissions of `_timescaledb_debug` schema and `_timescaledb_debug.is_compressed_tid` function to make sure we can use it correctly.