pgsql: Rename coerce_type() local variable. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Rename coerce_type() local variable.
Date
Msg-id E1YogUs-0000L0-Ri@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Combine initdb tests that successfully create a data directory.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix python_includespec on Windows at configure time