Re: logger subprocess - Mailing list pgsql-patches

From Andreas Pflug
Subject Re: logger subprocess
Date
Msg-id 41081617.9080104@pse-consulting.de
Whole thread Raw
In response to logger subprocess  (Andreas Pflug <pgadmin@pse-consulting.de>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Point in Time Recovery
Next
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] Cannot initdb in cvs tip