mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Code beautification for object-access hook machinery.
KaiGai Kohei
This commit is contained in:
@ -182,8 +182,7 @@ InsertRule(char *rulname,
|
||||
}
|
||||
|
||||
/* Post creation hook for new rule */
|
||||
InvokeObjectAccessHook(OAT_POST_CREATE,
|
||||
RewriteRelationId, rewriteObjectId, 0, NULL);
|
||||
InvokeObjectPostCreateHook(RewriteRelationId, rewriteObjectId, 0);
|
||||
|
||||
heap_close(pg_rewrite_desc, RowExclusiveLock);
|
||||
|
||||
|
Reference in New Issue
Block a user