citus/src/backend/distributed
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
..
commands Sync metadata to worker nodes after create_distributed_function 2019-09-23 18:30:53 +02:00
connection Add metadatasynced, and sync on master_update_node() 2019-09-18 09:32:54 -07:00
deparser Distribute Types to worker nodes (#2893) 2019-09-13 17:46:07 +02:00
executor Fix assert failure in bare SELECT FROM reference table FOR UPDATE in MX 2019-09-23 17:00:09 +02:00
master Fix assert failure in bare SELECT FROM reference table FOR UPDATE in MX 2019-09-23 17:00:09 +02:00
metadata Sync metadata to worker nodes after create_distributed_function 2019-09-23 18:30:53 +02:00
planner Handle anonymous composite types on the target list 2019-09-23 14:53:02 +02:00
progress pg12: version_compat.h, tuples, oids, misc 2019-08-22 18:57:23 +00:00
relay pg12: version_compat.h, tuples, oids, misc 2019-08-22 18:57:23 +00:00
sql Support serial and smallserial when syncing metadata 2019-09-23 17:39:21 +02:00
test Sync metadata to worker nodes after create_distributed_function 2019-09-23 18:30:53 +02:00
transaction Fix assert failure in bare SELECT FROM reference table FOR UPDATE in MX 2019-09-23 17:00:09 +02:00
utils Sync metadata to worker nodes after create_distributed_function 2019-09-23 18:30:53 +02:00
worker Support serial and smallserial when syncing metadata 2019-09-23 17:39:21 +02:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile Fix depend arguments for OSX clang cpp (#2978) 2019-09-16 15:22:07 +02:00
citus.control Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
shared_library_init.c Add metadatasynced, and sync on master_update_node() 2019-09-18 09:32:54 -07:00