Re: Ctrl+C from sh can shut down daemonized PostgreSQL cluster

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Ctrl+C from sh can shut down daemonized PostgreSQL cluster
Дата
Msg-id 20140217173746.GB18932@momjian.us
обсуждение исходный текст
Ответ на Re: Ctrl+C from sh can shut down daemonized PostgreSQL cluster  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Ctrl+C from sh can shut down daemonized PostgreSQL cluster  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, Feb 17, 2014 at 12:25:33PM -0500, Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > On Mon, Feb 17, 2014 at 10:38:29AM +0100, Bjorn Munch wrote:
> >> What Solaris version, and what version of sh?  sh on Solaris isn't
> >> necessarily the "real" bourne shell. In Solaris 11 it's actually
> >> ksh93.
> 
> > This was Solaris 9.
> 
> Isn't that out of support by Oracle?

It certainly might be --- I have no idea.  What surprised me is that we
are relying solely on system() to block signals to pg_ctl-spawned
servers.  The question is whether that is sufficient and whether we
should be doing more.  I don't think we have to make adjustments just
for Solaris 9.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Auto-tuning work_mem and maintenance_work_mem
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: patch: option --if-exists for pg_dump