BUG #7559: syslogger doesn't close stdout and stderr

Поиск
Список
Период
Сортировка
От reinhard@m4x.de
Тема BUG #7559: syslogger doesn't close stdout and stderr
Дата
Msg-id E1TEMgj-0005PY-Hy@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #7559: syslogger doesn't close stdout and stderr  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      7559
Logged by:          Reinhard Max
Email address:      reinhard@m4x.de
PostgreSQL version: 9.1.5
Operating system:   openSUSE
Description:        =


When initially starting up, syslogger keeps stdout and stderr open instead
of closing them and reopening them from /dev/null for proper daemonisation.
This causes the process that triggers PostgreSQL to hang if it uses a pipe
to synchronize itself with the backgrounding of the server.

I've sent a proposed fix to Peter Eisentraut.

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

Предыдущее
От: zimnyx@gmail.com
Дата:
Сообщение: BUG #7557: Transaction sees outdated grants.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #7559: syslogger doesn't close stdout and stderr