Remove variable shadowing

Commit a2e35b53 should have removed the variable declaration in the
inner block, but didn't.  As a result, the returned address might end up
not being what was intended.
This commit is contained in:
Alvaro Herrera 2015-04-07 17:14:00 -03:00
parent 8a06c36aff
commit 4e17e32f53
1 changed files with 0 additions and 1 deletions

View File

@ -446,7 +446,6 @@ ExecAlterObjectSchemaStmt(AlterObjectSchemaStmt *stmt,
Relation relation;
Oid classId;
Oid nspOid;
ObjectAddress address;
address = get_object_address(stmt->objectType,
stmt->object,