Commit Graph

1 Commits (415ebedbaf3862c6fb9b88f75e298f7620844218)

Author SHA1 Message Date
Cédric Villemain 415ebedbaf fix issue #7676: wrong handler around MULTIEXPR
Citus was checking for presence of sublink, but forgot to manage
multiexpr while evaluating clauses during planning.
At this stage (citus planner), it's not always possible to call PostgreSQL
code because the tree is not yet ready for PostgreSQL pure executor.

https://github.com/citusdata/citus/issues/7676

Fixed by adding a new function to check sublink or multiexp in the tree.
2025-03-07 08:38:29 +01:00