citus/src
Burak Yucesoy 7cfcb7d2f8 Error out on parameterized SQL functions
Before this commit, we were erroring out for queries containing parameterized SQL functions
like 'SELECT parameterized_sql_query(value)' as we should, however we were returning wrong
results for queries like 'SELECT * FROM parameterized_sql_query(value)'. With this commit
we started to error out on such queries too.
2017-04-13 16:36:24 +03:00
..
backend Error out on parameterized SQL functions 2017-04-13 16:36:24 +03:00
include Remove uninstantiated qual logic, use attribute equivalences 2017-04-13 11:51:26 +03:00
test/regress Error out on parameterized SQL functions 2017-04-13 16:36:24 +03:00