pgsql/src/backend/commands (creatinh.c vacuum.c command.c)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/commands (creatinh.c vacuum.c command.c)
Дата
Msg-id 200012222312.eBMNC6q70391@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Friday, December 22, 2000 @ 18:12:06
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/commands
     from hub.org:/home/projects/pgsql/tmp/cvs-serv70301/src/backend/commands

Modified Files:
    creatinh.c vacuum.c command.c

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

Small cleanup of temp-table handling.  Disallow creation of a non-temp
table that inherits from a temp table.  Make sure the right things happen
if one creates a temp table, creates another temp that inherits from it,
then renames the first one.  (Previously, system would end up trying to
delete the temp tables in the wrong order.)


В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/catalog (heap.c index.c)
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/utils/cache (relcache.c temprel.c)