mirror of https://github.com/citusdata/citus.git
Update src/backend/distributed/utils/citus_depended_object.c
Co-authored-by: Nils Dijk <me@thanod.nl>pull/7570/head
parent
a6a8e7a5d4
commit
2088e251b6
|
@ -480,7 +480,7 @@ AnyObjectViolatesOwnership(DropStmt *dropStmt)
|
||||||
Node *object = NULL;
|
Node *object = NULL;
|
||||||
foreach_ptr(object, dropStmt->objects)
|
foreach_ptr(object, dropStmt->objects)
|
||||||
{
|
{
|
||||||
Relation rel;
|
Relation rel = NULL;
|
||||||
objectAddress = get_object_address(objectType, object,
|
objectAddress = get_object_address(objectType, object,
|
||||||
&rel, AccessShareLock, missingOk);
|
&rel, AccessShareLock, missingOk);
|
||||||
relation = rel;
|
relation = rel;
|
||||||
|
|
Loading…
Reference in New Issue