Thread: pgsql: Remove variable shadowing

pgsql: Remove variable shadowing

From
Alvaro Herrera
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4e17e32f53c2de4a862ee5ef8bdcfa9152c11e25

Modified Files
--------------
src/backend/commands/alter.c |    1 -
1 file changed, 1 deletion(-)