citus/src
Hanefi Önaldı 024d398cd7
Allow distribution of functions that read from reference tables
create_distributed_function(function_name,
                            distribution_arg_name,
                            colocate_with text)

This UDF did not allow colocate_with parameters when there were no
disttribution_arg_name supplied. This commit changes the behaviour to
allow missing distribution_arg_name parameters when the function should
be colocated with a reference table.
2020-09-01 07:28:34 +03:00
..
backend Allow distribution of functions that read from reference tables 2020-09-01 07:28:34 +03:00
include Allow distribution of functions that read from reference tables 2020-09-01 07:28:34 +03:00
test Allow distribution of functions that read from reference tables 2020-09-01 07:28:34 +03:00