mirror of https://github.com/citusdata/citus.git
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. |
||
|---|---|---|
| .. | ||
| dependency.h | ||
| distobject.h | ||
| namespace.h | ||
| pg_dist_object.h | ||