pgsql/src/backend/access/transam (xact.c)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/access/transam (xact.c)
Дата
Msg-id 200006182243.e5IMhpl10720@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Sunday, June 18, 2000 @ 18:43:51
Author: tgl

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

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

Предыдущее
От: Peter Eisentraut - PostgreSQL
Дата:
Сообщение: pgsql/doc/src/sgml/ref (set_constraints.sgml set_transaction.sgml allfiles.sgml commands.sgml reset.sgml set.sgml show.sgml)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/executor (execAmi.c nodeMaterial.c)