pgsql: TablespaceCreateDbspace should function normally even on

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: TablespaceCreateDbspace should function normally even on
Дата
Msg-id 20060329151543.0700111F662C@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
TablespaceCreateDbspace should function normally even on platforms that do not
have symlinks (ie, Windows).  Although it'll never be called on to do anything
useful during normal operation on such a platform, it's still needed to
re-create dropped directories during WAL replay.

Modified Files:
--------------
    pgsql/src/backend/commands:
        tablespace.c (r1.32 -> r1.33)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablespace.c.diff?r1=1.32&r2=1.33)

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

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: Do cleanup on only commit and abort.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: TablespaceCreateDbspace should function normally even on