Some minor further cleanup around A_Const. Don't attach a typecast in

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c0cf5c37cd273995268e8c16e90e816a66474ddd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-04-29T20:44:49Z
Releases: 8.4.0
Some minor further cleanup around A_Const.  Don't attach a typecast in
makeFloatConst, and avoid "manual" construction of A_Const nodes in grammar
productions, in favor of using makeXXXConst subroutines.

Files

PathChange+/−
src/backend/parser/gram.y modified +37 −47
src/backend/parser/parse_type.c modified +4 −21
src/backend/utils/misc/guc.c modified +8 −10
src/include/nodes/parsenodes.h modified +3 −3