mirror of https://github.com/citusdata/citus.git
This commit disallows subqueries without relation in the range table list. This commit is only applied for INSERT.. SELECT queries. The reasoning behind this limitation is that if we allow pushing down such queries, the result would include (shardCount * expectedResults) where in a non distributed world the result would be (expectedResult) only. |
||
---|---|---|
.. | ||
backend | ||
include | ||
test/regress |