Re: logger subprocess

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: logger subprocess
Date: 2004-07-28 21:09:43
Message-ID: 41081617.9080104@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2004-07-28 23:53:33 Re: [subxacts] Fixing TODO items
Previous Message Andrew Dunstan 2004-07-28 17:34:58 Re: [HACKERS] Cannot initdb in cvs tip