From 6d2d70b754bb39fc6ea092aa73f6d5eca53f57f4 Mon Sep 17 00:00:00 2001 From: Onder Kalaci Date: Mon, 25 Apr 2022 17:02:46 +0200 Subject: [PATCH] upgrade test --- src/backend/distributed/commands/extension.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/commands/extension.c b/src/backend/distributed/commands/extension.c index 15b9d7ed6..7525a394f 100644 --- a/src/backend/distributed/commands/extension.c +++ b/src/backend/distributed/commands/extension.c @@ -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);