mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Code beautification for object-access hook machinery.
KaiGai Kohei
This commit is contained in:
@ -4514,8 +4514,7 @@ ATExecAddColumn(List **wqueue, AlteredTableInfo *tab, Relation rel,
|
||||
heap_freetuple(reltup);
|
||||
|
||||
/* Post creation hook for new attribute */
|
||||
InvokeObjectAccessHook(OAT_POST_CREATE,
|
||||
RelationRelationId, myrelid, newattnum, NULL);
|
||||
InvokeObjectPostCreateHook(RelationRelationId, myrelid, newattnum);
|
||||
|
||||
heap_close(pgclass, RowExclusiveLock);
|
||||
|
||||
|
Reference in New Issue
Block a user