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:
@ -310,8 +310,7 @@ insert_event_trigger_tuple(char *trigname, char *eventname, Oid evtOwner,
|
||||
recordDependencyOn(&myself, &referenced, DEPENDENCY_NORMAL);
|
||||
|
||||
/* Post creation hook for new operator family */
|
||||
InvokeObjectAccessHook(OAT_POST_CREATE,
|
||||
EventTriggerRelationId, trigoid, 0, NULL);
|
||||
InvokeObjectPostCreateHook(EventTriggerRelationId, trigoid, 0);
|
||||
|
||||
/* Close pg_event_trigger. */
|
||||
heap_close(tgrel, RowExclusiveLock);
|
||||
|
Reference in New Issue
Block a user