pgsql/src/include/catalog (catversion.h) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/include/catalog (catversion.h)
Date
Msg-id 200008081542.e78FgdP32706@hub.org
Whole thread Raw
List pgsql-committers
  Date: Tuesday, August  8, 2000 @ 11:42:36
Author: tgl

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

Modified Files:
    catversion.h

-----------------------------  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.

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/adt (ruleutils.c)
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/cache (fcache.c)