Обсуждение: pgsql: Rename coerce_type() local variable.

Поиск
Список
Период
Сортировка

pgsql: Rename coerce_type() local variable.

От
Noah Misch
Дата:
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(-)