Remove variable shadowing
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 7 Apr 2015 20:14:00 +0000 (17:14 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 7 Apr 2015 20:14:00 +0000 (17:14 -0300)
commit4e17e32f53c2de4a862ee5ef8bdcfa9152c11e25
treeac30e797553461eb1ff2d56ab16acfcbff62e2cb
parent8a06c36aff4a94e5ffc3876cd85a1a16a82c754e
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.
src/backend/commands/alter.c