Re: suppress automatic recovery after back crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: suppress automatic recovery after back crash
Дата
Msg-id 5035.1277686978@sss.pgh.pa.us
обсуждение исходный текст
Ответ на suppress automatic recovery after back crash  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: suppress automatic recovery after back crash  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Thu, Jun 17, 2010 at 7:25 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Then all you need is a tweak to make the postmaster exit(1) after
>> a crash instead of trying to launch recovery.

> This seems useful to me so here's a patch to implement it.

Hm, is it useful in the absence of the other components of the proposed
feature?

One stylistic gripe:

@@ -80,6 +80,7 @@ enum config_group    COMPAT_OPTIONS,    COMPAT_OPTIONS_PREVIOUS,    COMPAT_OPTIONS_CLIENT,
+    ERROR_HANDLING,    PRESET_OPTIONS,    CUSTOM_OPTIONS,    DEVELOPER_OPTIONS

Please spell that "ERROR_HANDLING_OPTIONS", both for consistency with
the other enum members and to avoid likely conflicts with other uses of
such a generic-looking identifier.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump's checkSeek() seems inadequate
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pg_dump's checkSeek() seems inadequate