[PATCH] Recreate Missing WAL Directories (from TODO)

Поиск
Список
Период
Сортировка
От Jonah H. Harris
Тема [PATCH] Recreate Missing WAL Directories (from TODO)
Дата
Msg-id 36e682920811081225g7e4952b7te7ead97a5c4a29e9@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] Recreate Missing WAL Directories (from TODO)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
When performing a PITR copy of a data cluster, the pg_xlog directory
is generally omitted.  As such, when starting the copy up for
replay/recovery, the WAL directories need to be recreated.  This patch
checks to see whether XLOGDIR and XLOGDIR/archive_status exist on
XLOGStartup and if not, recreates them.

--
Jonah H. Harris, Senior DBA
myYearbook.com

Вложения

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

Предыдущее
От: "Robert Haas"
Дата:
Сообщение: Re: TABLE command
Следующее
От: Ron Mayer
Дата:
Сообщение: Re: Patch for SQL-Standard Interval output and decoupling DateStyle from IntervalStyle