Fix indentation

pull/7570/head
Jelte Fennema-Nio 2024-04-16 10:34:15 +02:00
parent 656424d8e6
commit c8adde1494
1 changed files with 1 additions and 0 deletions

View File

@ -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