citus/src
Onder Kalaci 918838e488 Allow constant VALUES clauses in pushdown queries
As long as the VALUES clause contains constant values, we should not
recursively plan the queries/CTEs.

This is a follow-up work of #1805. So, we can easily apply OUTER join
checks as if VALUES clause is a reference table/immutable function.
2021-04-21 14:28:08 +02:00
..
backend Allow constant VALUES clauses in pushdown queries 2021-04-21 14:28:08 +02:00
include Allow constant VALUES clauses in pushdown queries 2021-04-21 14:28:08 +02:00
test Allow constant VALUES clauses in pushdown queries 2021-04-21 14:28:08 +02:00