citus/src
Önder Kalacı a9ec0a9192 Change behaviour of subquery pushdown flag (#1315)
This commit changes the behaviour of the citus.subquery_pushdown flag.
Before this commit, the flag is used to enable subquery pushdown logic. But,
with this commit, that behaviour is enabled by default. In other words, the
flag is now useless. We prefer to keep the flag since we don't want to break
the backward compatibility. Also, we may consider using that flag for other
purposes in the next commits.
2017-04-24 15:22:33 +03:00
..
backend Change behaviour of subquery pushdown flag (#1315) 2017-04-24 15:22:33 +03:00
include Change behaviour of subquery pushdown flag (#1315) 2017-04-24 15:22:33 +03:00
test/regress Change behaviour of subquery pushdown flag (#1315) 2017-04-24 15:22:33 +03:00