pgsql-server: Change order of operations in ALTER TABLE SET TABLESPACE

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server: Change order of operations in ALTER TABLE SET TABLESPACE
Дата
Msg-id 20040813045028.D432B5E46D5@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Change order of operations in ALTER TABLE SET TABLESPACE so that we
don't hold an open file reference to the original table at the end.
This is a good thing in any case, particularly so on Windows which
cannot drop the table file otherwise.

Modified Files:
--------------
    pgsql-server/src/backend/commands:
        tablecmds.c (r1.124 -> r1.125)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/tablecmds.c.diff?r1=1.124&r2=1.125)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server: Mention the installer doesn't run on NT4.
Следующее
От: jurka@svr1.postgresql.org (Kris Jurka)
Дата:
Сообщение: pgsql-server: New build for the 7.4.4 release.