mirror of
https://github.com/postgres/postgres.git
synced 2025-10-09 00:05:07 -04:00
Remove dead line of code
This commit is contained in:
parent
4929704acb
commit
967ed9205b
@ -757,7 +757,6 @@ ExecAlterOwnerStmt(AlterOwnerStmt *stmt)
|
||||
case OBJECT_TYPE:
|
||||
case OBJECT_DOMAIN: /* same as TYPE */
|
||||
return AlterTypeOwner(stmt->object, newowner, stmt->objectType);
|
||||
break;
|
||||
|
||||
case OBJECT_FDW:
|
||||
return AlterForeignDataWrapperOwner(strVal(linitial(stmt->object)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user