mirror of https://github.com/citusdata/citus.git
Fix indention
parent
ccba4bc6e7
commit
8d932d2b41
|
@ -489,7 +489,7 @@ AnyObjectViolatesOwnership(DropStmt *dropStmt)
|
||||||
* get_object_address() with volatile (this is a function defined in PostgreSQL),
|
* get_object_address() with volatile (this is a function defined in PostgreSQL),
|
||||||
* we cannot get rid of this assignment.
|
* we cannot get rid of this assignment.
|
||||||
*/
|
*/
|
||||||
relation = rel;
|
relation = rel;
|
||||||
|
|
||||||
if (OidIsValid(objectAddress.objectId))
|
if (OidIsValid(objectAddress.objectId))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue