citus/src
Onder Kalaci d37745bfc7 Sync metadata to worker nodes after create_distributed_function
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().
2019-09-23 18:30:53 +02:00
..
backend Sync metadata to worker nodes after create_distributed_function 2019-09-23 18:30:53 +02:00
include Sync metadata to worker nodes after create_distributed_function 2019-09-23 18:30:53 +02:00
test/regress Sync metadata to worker nodes after create_distributed_function 2019-09-23 18:30:53 +02:00