Merge pull request #3001 from citusdata/fix_add_node_func

Make sure that functions are also listed in `SupportedDependencyByCitus`
pull/2990/head
Önder Kalacı 2019-09-20 11:09:16 +02:00 committed by GitHub
commit ff100b2720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -339,6 +339,11 @@ SupportedDependencyByCitus(const ObjectAddress *address)
return true;
}
case OCLASS_PROC:
{
return true;
}
case OCLASS_TYPE:
{
switch (get_typtype(address->objectId))

View File

@ -1974,7 +1974,7 @@ count
run_command_on_workers
(localhost,57637,t,1)
(localhost,57638,t,0)
(localhost,57638,t,1)
master_remove_node
@ -2103,7 +2103,7 @@ count
run_command_on_workers
(localhost,57637,t,1)
(localhost,57638,t,0)
(localhost,57638,t,1)
master_remove_node