You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we have multi-column index and have an index qual on a column with attribute number bigger than the number of index quals, we would drop the qual.
TimescaleDB version affected
2.20.0
PostgreSQL version used
17.4
What operating system did you use?
Ubuntu 24
What installation method did you use?
Source
What platform did you run on?
Other
Relevant log output and stack trace
How can we reproduce the bug?
\i tsl/test/sql/include/skip_scan_load.sql
\set TABLE skip_scan
-- Used to drop "dev_name IS NULL" qual and return extra records
CREATE INDEX skip_scan_idx_time_dev_dname ON :TABLE(time,dev,dev_name);
:PREFIX SELECT DISTINCT time FROM :TABLE WHERE dev_name IS NULL ORDER BY 1;
DROP INDEX skip_scan_idx_time_dev_dname;
The text was updated successfully, but these errors were encountered:
What type of bug is this?
Incorrect result
What subsystems and features are affected?
SkipScan
What happened?
See https://github.com/timescale/Support-Dev-Collab/issues/2976.
When we have multi-column index and have an index qual on a column with attribute number bigger than the number of index quals, we would drop the qual.
TimescaleDB version affected
2.20.0
PostgreSQL version used
17.4
What operating system did you use?
Ubuntu 24
What installation method did you use?
Source
What platform did you run on?
Other
Relevant log output and stack trace
How can we reproduce the bug?
The text was updated successfully, but these errors were encountered: