pgsql/src/backend/utils/adt (chunk.c)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/utils/adt (chunk.c)
Дата
Msg-id 200006182244.e5IMiHk11023@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Sunday, June 18, 2000 @ 18:44:13
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
     from hub.org:/home/projects/pgsql/tmp/cvs-serv10398/backend/utils/adt

Modified Files:
    chunk.c

-----------------------------  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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/optimizer/plan (createplan.c planner.c subselect.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/utils/cache (relcache.c)