mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Remove dead line of code
This commit is contained in:
parent
4929704acb
commit
967ed9205b
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue