Skip to content

Commit

Permalink
Remove forgotten debug from alter.c
Browse files Browse the repository at this point in the history
  • Loading branch information
robozmey committed Jan 28, 2025
1 parent 0db6811 commit 3ae349e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/commands/alter.c
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,6 @@ AlterObjectOwner_internal(Relation rel, Oid objectId, Oid new_ownerId)
HeapTupleGetOid(oldtup));
objname = namebuf;
}
elog(WARNING,"2");
aclcheck_error(ACLCHECK_NOT_OWNER, aclkind, objname);
}

Expand Down

0 comments on commit 3ae349e

Please sign in to comment.