mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-14 09:37:00 +08:00
When pushing down expressions into the compressed scan we assumed all valid expressions use btree operators and dropped any that weren't. This patch changes the behaviour to keep those expressions and use them as heap filter on the compressed scan for UPDATE and DELETE on compressed chunks.
2 lines
93 B
Plaintext
2 lines
93 B
Plaintext
Fixes: #7649 Allow non-btree operator pushdown in UPDATE/DELETE queries on compressed chunks
|