pgsql: Rename coerce_type() local variable.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename coerce_type() local variable.
Date: 2015-05-02 23:06:58
Message-ID: E1YogUs-0000L0-Ri@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename coerce_type() local variable.

coerce_type() has local variables named targetTypeId, baseTypeId, and
targetType. targetType has been the Type structure for baseTypeId, so
rename it to baseType.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b339a5cf900bb3e72f58a7a96903e3a0d557a85a

Modified Files
--------------
src/backend/parser/parse_coerce.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-05-03 12:20:26 pgsql: Fix python_includespec on Windows at configure time
Previous Message Andrew Dunstan 2015-05-02 18:00:49 Re: pgsql: Make hstore_plperl's build even more like plperl's