diff --git a/src/backend/distributed/utils/citus_depended_object.c b/src/backend/distributed/utils/citus_depended_object.c index e54336e7d..c147ca5ff 100644 --- a/src/backend/distributed/utils/citus_depended_object.c +++ b/src/backend/distributed/utils/citus_depended_object.c @@ -489,7 +489,7 @@ AnyObjectViolatesOwnership(DropStmt *dropStmt) * get_object_address() with volatile (this is a function defined in PostgreSQL), * we cannot get rid of this assignment. */ - relation = rel; + relation = rel; if (OidIsValid(objectAddress.objectId)) {