mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Code beautification for object-access hook machinery.
KaiGai Kohei
This commit is contained in:
@ -429,8 +429,7 @@ create_proc_lang(const char *languageName, bool replace,
|
||||
}
|
||||
|
||||
/* Post creation hook for new procedural language */
|
||||
InvokeObjectAccessHook(OAT_POST_CREATE,
|
||||
LanguageRelationId, myself.objectId, 0, NULL);
|
||||
InvokeObjectPostCreateHook(LanguageRelationId, myself.objectId, 0);
|
||||
|
||||
heap_close(rel, RowExclusiveLock);
|
||||
|
||||
|
Reference in New Issue
Block a user