OSDN Git Service

Add Aggref and ArrayRef to the set of node types that transformExpr
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 May 1999 23:40:05 +0000 (23:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 May 1999 23:40:05 +0000 (23:40 +0000)
commit77ebed09f5762a65cc3100632c8ad091f28ca339
tree0361286ef999f198fffc2a5d84e1904b45b57c43
parent2d7ec4785f4d2d42c0bec2a55f1604bc0b3aadee
Add Aggref and ArrayRef to the set of node types that transformExpr
will pass through rather than spitting up.  This is necessary to handle
cases where coerce_type causes a subexpression to be retransformed, as in
SELECT count(*) + 1.0 FROM table
src/backend/parser/parse_expr.c