citus/src/include/distributed/metadata
Nils Dijk 01b26cf91a
Disallow distributed functions for functions depending on an extension (#3049)
DESCRIPTION: Disallow distributed functions for functions depending on an extension

Functions depending on an extension cannot (yet) be distributed by citus. If we would allow this it would cause issues with our dependency following mechanism as we stop following objects depending on an extension.

By not allowing functions to be distributed when they depend on an extension as well as not allowing to make distributed functions depend on an extension we won't break the ability to add new nodes. Allowing functions depending on extensions to be distributed at the moment could cause problems in that area.
2019-09-30 15:19:47 +02:00
..
dependency.h Feature disable object propagation (#2986) 2019-09-18 17:16:22 +02:00
distobject.h Disallow distributed functions for functions depending on an extension (#3049) 2019-09-30 15:19:47 +02:00
namespace.h Distribute Types to worker nodes (#2893) 2019-09-13 17:46:07 +02:00
pg_dist_object.h Sync metadata to worker nodes after create_distributed_function 2019-09-23 18:30:53 +02:00