mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Code beautification for object-access hook machinery.
KaiGai Kohei
This commit is contained in:
@@ -661,8 +661,7 @@ ProcedureCreate(const char *procedureName,
|
||||
heap_freetuple(tup);
|
||||
|
||||
/* Post creation hook for new function */
|
||||
InvokeObjectAccessHook(OAT_POST_CREATE,
|
||||
ProcedureRelationId, retval, 0, NULL);
|
||||
InvokeObjectPostCreateHook(ProcedureRelationId, retval, 0);
|
||||
|
||||
heap_close(rel, RowExclusiveLock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user