]> granicus.if.org Git - postgresql/commit
Some minor further cleanup around A_Const. Don't attach a typecast in
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Apr 2008 20:44:49 +0000 (20:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 29 Apr 2008 20:44:49 +0000 (20:44 +0000)
commitc0cf5c37cd273995268e8c16e90e816a66474ddd
treeefef512f71c53f064f4ca498692adea7b5d3cb92
parent77d3b98c37da1e11fa32213354b95d280a0e5b63
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.
src/backend/parser/gram.y
src/backend/parser/parse_type.c
src/backend/utils/misc/guc.c
src/include/nodes/parsenodes.h