pgsql/src/include/executor (executor.h hashjoin.h nodeGroup.h nodeHash.h nodeSubplan.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/executor (executor.h hashjoin.h nodeGroup.h nodeHash.h nodeSubplan.h)
Date: 2000-07-12 02:37:32
Message-ID: 200007120237.e6C2bWa66671@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, July 11, 2000 @ 22:37:31
Author: tgl

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

Modified Files:
executor.h hashjoin.h nodeGroup.h nodeHash.h nodeSubplan.h

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-07-12 02:37:35 pgsql/src/include/nodes (execnodes.h plannodes.h)
Previous Message Tom Lane 2000-07-12 02:37:29 pgsql/src/include/catalog (index.h)