Sven Klemm
Sven Klemm
Hmm that doesnt seem like the real fix and seems more like a bandaid. What happens when the license is set to Apache and someone tries to call this function?
This looks like a serious multinode failure i dont think ignoring this is the right approach here, also i've seen that same error on several other multinode tests.
Why not use the following query: ``` EXPLAIN (ANALYZE) SELECT tag_name, time_bucket_gapfill('1 minute', tag_time, '2020-11-14 12:08:00', '2020-11-14 12:10:00') resample_time FROM tag_data m WHERE (tag_time BETWEEN '2020-11-14 12:08:49' AND '2020-11-14 12:10:00')...
This might be fixed by #4526 which is included in 2.7.2 do you still see the problem with 2.7.2?
What is the usecase for this? Chunk exclusion only works for dimension types and you cannot use range types as primary dimension which only leaves space partitions. Is that what...
Could you post a self-contained script to reproduce the situation including the view definition.
This looks like a permission issue: ``` 2021/07/22 13:31:57 ERROR: could not copy file 'timescaledb.control': open extension/timescaledb.control: Le chemin d’accès spécifié est introuvable. ```
@JLockerman sorry not too familiar with promscale tests, where would i see that error message? ``` sven alice ~/projects/promscale duplicate-trigger-repro % go test -v -run TestSQLGoldenFiles ./pkg/pgmodel/end_to_end_tests -use-timescale2 -use-extension=false 2020/11/03...
Unfortunately your suggested solution would break when system postgres is disabled. https://serverfault.com/questions/411444/rpm-set-required-somepackage-0-5-0-and-somepackage-0-6-0
Hmm those conflict lines will prevent the installation of multiple major postgres versions, i guess you cant do that with the system package but you certainly can with the packages...