Fix indention

pull/7570/head
Xing Guo 2024-04-11 08:02:31 +08:00
parent ccba4bc6e7
commit 8d932d2b41
1 changed files with 1 additions and 1 deletions

View File

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