pgsql/src/backend/bootstrap (bootstrap.c)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/bootstrap (bootstrap.c)
Дата
Msg-id 200011082209.eA8M9u674890@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Wednesday, November  8, 2000 @ 17:09:56
Author: tgl

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

Modified Files:
    bootstrap.c

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

Make DROP TABLE rollback-able: postpone physical file delete until commit.
(WAL logging for this is not done yet, however.)  Clean up a number of really
crufty things that are no longer needed now that DROP behaves nicely.  Make
temp table mapper do the right things when drop or rename affecting a temp
table is rolled back.  Also, remove "relation modified while in use" error
check, in favor of locking tables at first reference and holding that lock
throughout the statement.


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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/include/catalog (heap.h index.h)
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/include/parser (parse_clause.h parse_node.h)