citus/src
Onder Kalaci 2eabf3fcfa Allow all types of nodes in the WHERE clauses
This change removes the whitelisting check on the WHERE clauses. Note that, before
this change, citus was already allowing all types of nodes with the following
format (i.e., wrap with a boolean test):

  * SELECT col FROM table WHERE (ANY EXPRESSION) is TRUE;

Thus, this change is mostly useful for allowing the expressions in the WHERE clause
directly and avoiding "unsupport clause type" errors.
2016-03-30 16:39:58 +03:00
..
backend Allow all types of nodes in the WHERE clauses 2016-03-30 16:39:58 +03:00
bin Update copyright dates 2016-03-23 17:14:37 -06:00
include Update copyright dates 2016-03-23 17:14:37 -06:00
test/regress Allow all types of nodes in the WHERE clauses 2016-03-30 16:39:58 +03:00