pgsql/src/include/nodes (execnodes.h nodes.h plannodes.h) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/include/nodes (execnodes.h nodes.h plannodes.h)
Date
Msg-id 200006182244.e5IMiXe11313@hub.org
Whole thread Raw
List pgsql-committers
  Date: Sunday, June 18, 2000 @ 18:44:32
Author: tgl

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

Modified Files:
    execnodes.h nodes.h plannodes.h

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

Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the
materialized tupleset is small enough) instead of a temporary relation.
This was something I was thinking of doing anyway for performance, and Jan
says he needs it for TOAST because he doesn't want to cope with toasting
noname relations.  With this change, the 'noname table' support in heap.c
is dead code, and I have accordingly removed it.  Also clean up 'noname'
plan handling in planner --- nonames are either sort or materialize plans,
and it seems less confusing to handle them separately under those names.

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/include/utils (tuplestore.h rel.h)
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/sort (tuplestore.c Makefile)