mirror of https://github.com/citusdata/citus.git
upgrade test
parent
7419f031d7
commit
6d2d70b754
|
@ -529,7 +529,7 @@ MarkExistingObjectDependenciesDistributedIfSupported()
|
|||
ObjectAddress viewAddress = { 0 };
|
||||
ObjectAddressSet(viewAddress, RelationRelationId, viewOid);
|
||||
|
||||
if (DeferErrorIfHasUnsupportedDependency(viewAddress) == NULL)
|
||||
if (DeferErrorIfHasUnsupportedDependency(&viewAddress) == NULL)
|
||||
{
|
||||
/* as of Citus 11, tables that should be synced are also considered object */
|
||||
resultingObjectAddresses = lappend(resultingObjectAddresses, addressPointer);
|
||||
|
|
Loading…
Reference in New Issue