Remove variable shadowing

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 4e17e32f53c2de4a862ee5ef8bdcfa9152c11e25
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2015-04-07T20:14:00Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/backend/commands/alter.c modified +0 −1