| From: | Tom Lane <tgl> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/backend/executor (execQual.c functions.c) |
| Date: | 2000-08-08 15:41:22 |
| Message-ID: | 200008081541.e78FfM732173@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Date: Tuesday, August 8, 2000 @ 11:41:22
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/executor
from hub.org:/home/projects/pgsql/tmp/cvs-serv31974/src/backend/executor
Modified Files:
execQual.c functions.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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-08-08 15:41:30 | pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c makefuncs.c outfuncs.c readfuncs.c) |
| Previous Message | Philip Warner - CVS | 2000-08-08 11:49:00 | pgsql/src/bin/pg_dump (pg_restore.c) |