mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Code beautification for object-access hook machinery.
KaiGai Kohei
This commit is contained in:
@ -1562,8 +1562,7 @@ InsertExtensionTuple(const char *extName, Oid extOwner,
|
||||
recordDependencyOn(&myself, &otherext, DEPENDENCY_NORMAL);
|
||||
}
|
||||
/* Post creation hook for new extension */
|
||||
InvokeObjectAccessHook(OAT_POST_CREATE,
|
||||
ExtensionRelationId, extensionOid, 0, NULL);
|
||||
InvokeObjectPostCreateHook(ExtensionRelationId, extensionOid, 0);
|
||||
|
||||
return extensionOid;
|
||||
}
|
||||
|
Reference in New Issue
Block a user