git.postgresql.org Git - postgresql.git/commit
2000年6月18日 22:44:35 +0000 (22:44 +0000)
2000年6月18日 22:44:35 +0000 (22:44 +0000)
commit 1ee26b776475155ad1fb00fa3ed0a93659ffadad
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.
32 files changed:
This is the main PostgreSQL git repository.
RSS
Atom