]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rename coerce_type() local variable.
authorNoah Misch <noah@leadboat.com>
Sat, 2 May 2015 20:46:23 +0000 (16:46 -0400)
committerNoah Misch <noah@leadboat.com>
Sat, 2 May 2015 20:46:23 +0000 (16:46 -0400)
commitb339a5cf900bb3e72f58a7a96903e3a0d557a85a
tree6c90dc8ed5c09ee3ee4da0c87ba4a618c448e423
parent67df9782e94765a281a82a7672d39ebb4bf58828
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.
src/backend/parser/parse_coerce.c