mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Code beautification for object-access hook machinery.
KaiGai Kohei
This commit is contained in:
@@ -218,8 +218,7 @@ inv_create(Oid lobjId)
|
||||
lobjId_new, GetUserId());
|
||||
|
||||
/* Post creation hook for new large object */
|
||||
InvokeObjectAccessHook(OAT_POST_CREATE,
|
||||
LargeObjectRelationId, lobjId_new, 0, NULL);
|
||||
InvokeObjectPostCreateHook(LargeObjectRelationId, lobjId_new, 0);
|
||||
|
||||
/*
|
||||
* Advance command counter to make new tuple visible to later operations.
|
||||
|
||||
Reference in New Issue
Block a user