Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f5f2c2d

Browse files
committed
Fix whitespace
1 parent 972bf7d commit f5f2c2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/commands/foreigncmds.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,10 @@ AlterForeignServerOwner_internal(Relation rel, HeapTuple tup, Oid newOwnerId)
392392

393393
memset(repl_null, false, sizeof(repl_null));
394394
memset(repl_repl, false, sizeof(repl_repl));
395-
395+
396396
repl_repl[Anum_pg_foreign_server_srvowner - 1] = true;
397397
repl_val[Anum_pg_foreign_server_srvowner - 1] = ObjectIdGetDatum(newOwnerId);
398-
398+
399399
aclDatum = heap_getattr(tup,
400400
Anum_pg_foreign_server_srvacl,
401401
RelationGetDescr(rel),
@@ -408,7 +408,7 @@ AlterForeignServerOwner_internal(Relation rel, HeapTuple tup, Oid newOwnerId)
408408
repl_repl[Anum_pg_foreign_server_srvacl - 1] = true;
409409
repl_val[Anum_pg_foreign_server_srvacl - 1] = PointerGetDatum(newAcl);
410410
}
411-
411+
412412
tup = heap_modify_tuple(tup, RelationGetDescr(rel), repl_val, repl_null,
413413
repl_repl);
414414

0 commit comments

Comments
 (0)