1 Commits

Author SHA1 Message Date
Oleg Smirnov
e7f70e354e Fix ts_hypertable_get_all for compressed tables
When calling show_chunks or drop_chunks without specifying
a particular hypertable TimescaleDB iterates through all
existing hypertables and builds a list. While doing this
it adds the internal '_compressed_hypertable_*' tables
which leads to incorrect behaviour of
ts_chunk_get_chunks_in_time_range function. This fix
filters out the internal compressed tables while scanning
at ts_hypertable_get_all function.
2020-04-15 15:13:59 +02:00