mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Code beautification for object-access hook machinery.
KaiGai Kohei
This commit is contained in:
@ -1558,8 +1558,7 @@ CreateCast(CreateCastStmt *stmt)
|
||||
recordDependencyOnCurrentExtension(&myself, false);
|
||||
|
||||
/* Post creation hook for new cast */
|
||||
InvokeObjectAccessHook(OAT_POST_CREATE,
|
||||
CastRelationId, castid, 0, NULL);
|
||||
InvokeObjectPostCreateHook(CastRelationId, castid, 0);
|
||||
|
||||
heap_freetuple(tuple);
|
||||
|
||||
|
Reference in New Issue
Block a user