wal_sync_method as enum

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема wal_sync_method as enum
Дата
Msg-id 20080407122203.16ccce6e@mha-laptop
обсуждение исходный текст
Ответы Re: wal_sync_method as enum  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-patches
Attached patch implements wal_sync_method as an enum. I'd like someone
to look it over before I apply it - I don't have the machines to test
all codepaths (and some of it is hard to test - better to read it and
make sure it's right).

In order to implement the enum guc, I had to break out a new
SYNC_METHOD_OPEN_DSYNC out of SYNC_METHOD_OPEN where it was previously
overloaded. This is one of the parts where I'm slightly worried I have
made a mistake.

//Magnus

Вложения

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

Предыдущее
От: "Tom Dunstan"
Дата:
Сообщение: Re: [HACKERS] Database owner installable modules patch
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Improve shutdown during online backup