upgrade test

onder_view_2
Onder Kalaci 2022-04-25 17:02:46 +02:00
parent 7419f031d7
commit 6d2d70b754
1 changed files with 1 additions and 1 deletions

View File

@ -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);