Re: [COMMITTERS] pgsql: Reserve the shared memory region during backend startup on

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [COMMITTERS] pgsql: Reserve the shared memory region during backend startup on
Дата
Msg-id 12943.1248544219@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: Reserve the shared memory region during backend startup on  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
mha@postgresql.org (Magnus Hagander) writes:
> Log Message:
> -----------
> Reserve the shared memory region during backend startup on Windows, so
> that memory allocated by starting third party DLLs doesn't end up
> conflicting with it.

I am wondering why failure of the various TerminateProcess calls in
postmaster.c is elog(ERROR) and not elog(LOG).  While that probably
shouldn't happen, aborting the postmaster isn't a good response if it
does.  This patch introduces a new occurrence, but I see it is just
copying what was there already.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: proposal: support empty string as separator for string_to_array
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal: support empty string as separator for string_to_array