Re: logger subprocess

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: logger subprocess
Дата
Msg-id 41081617.9080104@pse-consulting.de
обсуждение исходный текст
Ответ на logger subprocess  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgsql-patches
Bruce Momjian wrote:
> Your patch has been added to the PostgreSQL unapplied patches list at:
>
>     http://momjian.postgresql.org/cgi-bin/pgpatches
>
> It will be applied as soon as one of the PostgreSQL committers reviews
> and approves it.

Do not apply.
I'm investigating issues under win32.
Main issue:
pgpipe doesn't create a pipe, but sockets. win32 doesn't like to
redirect stderr into sockets...

There's also an issue about file handles not being inherited. The file
handles are there with _spawnl, but not CreateProcess (despite
bInheritHandles=true). Still hunting.


Regards,
Andreas

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Point in Time Recovery
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [HACKERS] Cannot initdb in cvs tip