pgsql: Remove variable shadowing

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove variable shadowing
Date: 2015-04-07 20:14:14
Message-ID: E1YfZt0-0001HG-Sy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-04-07 20:30:06 pgsql: Fix reporting of missing or invalid command line arguments in pg
Previous Message Heikki Linnakangas 2015-04-07 20:06:20 pgsql: Fix process startup in pg_rewind.