mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Re-pgindent pg_largeobject.c after commit 0d6c477664
.
This commit is contained in:
@ -41,7 +41,7 @@ LargeObjectCreate(Oid loid)
|
||||
Datum values[Natts_pg_largeobject_metadata];
|
||||
bool nulls[Natts_pg_largeobject_metadata];
|
||||
Oid ownerId;
|
||||
Acl *lomacl;
|
||||
Acl *lomacl;
|
||||
|
||||
pg_lo_meta = table_open(LargeObjectMetadataRelationId,
|
||||
RowExclusiveLock);
|
||||
|
Reference in New Issue
Block a user