Sven Klemm 1c1743d67a Allow non-btree operator pushdown in UPDATE/DELETE queries on compressed chunks
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.
2025-02-04 17:32:31 +01:00

2 lines
93 B
Plaintext

Fixes: #7649 Allow non-btree operator pushdown in UPDATE/DELETE queries on compressed chunks