postgresql/src/include/nodes
Tom Lane 75b39e7909 Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Originally we didn't bother to mark FuncExprs with any indication whether
VARIADIC had been given in the source text, because there didn't seem to be
any need for it at runtime.  However, because we cannot fold a VARIADIC ANY
function's arguments into an array (since they're not necessarily all the
same type), we do actually need that information at runtime if VARIADIC ANY
functions are to respond unsurprisingly to use of the VARIADIC keyword.
Add the missing field, and also fix ruleutils.c so that VARIADIC ANY
function calls are dumped properly.

Extracted from a larger patch that also fixes concat() and format() (the
only two extant VARIADIC ANY functions) to behave properly when VARIADIC is
specified.  This portion seems appropriate to review and commit separately.

Pavel Stehule
2013-01-21 20:26:15 -05:00
..
bitmapset.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
execnodes.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
makefuncs.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
memnodes.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
nodeFuncs.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
nodes.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
params.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
parsenodes.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pg_list.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
plannodes.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
primnodes.h Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag. 2013-01-21 20:26:15 -05:00
print.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
readfuncs.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
relation.h Redesign the planner's handling of index-descent cost estimation. 2013-01-11 12:56:58 -05:00
replnodes.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
tidbitmap.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
value.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00