mirror of https://github.com/citusdata/citus.git
Since the distributed functions are useful when the workers have metadata, we automatically sync it. Also, after master_add_node(). We do it lazily and let the deamon sync it. That's mainly because the metadata syncing cannot be done in transaction blocks, and we don't want to add lots of transactional limitations to master_add_node() and create_distributed_function(). |
||
---|---|---|
.. | ||
backend | ||
include | ||
test/regress |