From: | Tom Lane <tgl> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c outfuncs.c readfuncs.c) |
Date: | 2000-07-12 02:37:07 |
Message-ID: | 200007120237.e6C2b7166290@hub.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Date: Tuesday, July 11, 2000 @ 22:37:06
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/nodes
from hub.org:/home/projects/pgsql/tmp/cvs-serv66007/src/backend/nodes
Modified Files:
copyfuncs.c equalfuncs.c outfuncs.c readfuncs.c
----------------------------- Log Message -----------------------------
First stage of reclaiming memory in executor by resetting short-term
memory contexts. Currently, only leaks in expressions executed as
quals or projections are handled. Clean up some old dead cruft in
executor while at it --- unused fields in state nodes, that sort of thing.