pgsql: Remove variable shadowing - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Remove variable shadowing
Date
Msg-id E1YfZt0-0001HG-Sy@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix process startup in pg_rewind.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix reporting of missing or invalid command line arguments in pg