mirror of https://github.com/citusdata/citus.git
Fix indentation
parent
656424d8e6
commit
c8adde1494
|
@ -483,6 +483,7 @@ AnyObjectViolatesOwnership(DropStmt *dropStmt)
|
||||||
Relation rel = NULL;
|
Relation rel = NULL;
|
||||||
objectAddress = get_object_address(objectType, object,
|
objectAddress = get_object_address(objectType, object,
|
||||||
&rel, AccessShareLock, missingOk);
|
&rel, AccessShareLock, missingOk);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The object relation is qualified with volatile and its value is obtained from
|
* The object relation is qualified with volatile and its value is obtained from
|
||||||
* get_object_address(). Unless we can qualify the corresponding parameter of
|
* get_object_address(). Unless we can qualify the corresponding parameter of
|
||||||
|
|
Loading…
Reference in New Issue