Re: Sigh, my old HPUX box is totally broken by DSM patch

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Sigh, my old HPUX box is totally broken by DSM patch
Дата
Msg-id 20131024172426.GD18793@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: Sigh, my old HPUX box is totally broken by DSM patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2013-10-24 13:13:23 -0400, Tom Lane wrote:
> Stephen Frost <sfrost@snowman.net> writes:
> The above patch ignores SIGSYS throughout initdb.  We could narrow the
> possible side-effects by only disabling SIGSYS around the shm_open call,
> but I'm not sure there's any value in that.  It seems likely to me that
> the same kind of problem might pop up elsewhere in future, as we try
> to make use of other modern kernel facilities.  In fact, I can foresee
> wanting to run the whole backend this way --- though I'm not proposing
> doing so today.

Why not? I don't see the advantage of looking for effects/problems of
such a chance twice.

I'd also much rather see a wrongly configured postgres fail to start
with a legible error message instead of it being killed by a signal.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: "ktm@rice.edu"
Дата:
Сообщение: Re: Compression of full-page-writes
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Sigh, my old HPUX box is totally broken by DSM patch