Thread: pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c makefuncs.c outfuncs.c readfuncs.c)

  Date: Tuesday, August  8, 2000 @ 11:41:28
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/nodes
     from hub.org:/home/projects/pgsql/tmp/cvs-serv31974/src/backend/nodes

Modified Files:
    copyfuncs.c equalfuncs.c makefuncs.c outfuncs.c readfuncs.c

-----------------------------  Log Message  -----------------------------

Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'
from Param nodes, per discussion a few days ago on pghackers.  Add new
expression node type FieldSelect that implements the functionality where
it's actually needed.  Clean up some other unused fields in Func nodes
as well.
NOTE: initdb forced due to change in stored expression trees for rules.