Sven Klemm
Sven Klemm
Do you have some timescaledb leftovers in the template database?
If you are running pg_upgrade you need to ensure timescaledb is available in for source and target postgres version. Closing this due to inactivity. Feel free to reopen if you...
Did you try to set `-DOPENSSL_ROOT_DIR` to your openssl location?
Closing this since there was no further activity.
You might have to run VACUUM ANALYZE. In my test environment only the most recent chunk is scanned: ``` sven@i5102[3743887]=# EXPLAIN ANALYZE SELECT * FROM test ORDER BY created_at LIMIT...
@maxtwardowski I repeated your steps and for me chunks were not executed so there must be something else going on why that happens.
Closing this since the PR is over 2 years old
Can you verify your search path when hitting the error.
Closing due to inactivity.
Hmm can you give more details about the exact failure. Do you also get the same error when using timescaledb-tune from previous version? timescaledb-tune is not PG version specific so...