Re: stdout when running as a Windows service
- From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
- To: <thomas(at)tada(dot)se>, <pgsql-hackers(at)postgresql(dot)org>
- Subject: Re: stdout when running as a Windows service
- Date: Sat, 29 Apr 2006 15:26:36 +0100
- Message-id: <007501c66b98$f45db76c$6a01a8c0(at)valehousing(dot)co(dot)uk>
-----Original Message-----
From: "Thomas Hallgren"<thomas(at)tada(dot)se>
Sent: 29/04/06 14:43:09
To: "PostgreSQL-development"<pgsql-hackers(at)postgresql(dot)org>
Subject: [HACKERS] stdout when running as a Windows service
> I'm having problems with crashes whenever I attempt to write something
> on stdout or stderr from a UDT whenever the postmaster is running as a
> windows service. Not sure what I'm doing wrong. Is this a known problem?
Services don't have stdin/out/err on Win2k and NT, so a crash is not out of the question I guess. On XP & 2K3, they technically exist, but there's no practical way to use them.
Regards, Dave
-----Unmodified Original Message-----
I'm having problems with crashes whenever I attempt to write something
on stdout or stderr from a UDT whenever the postmaster is running as a
windows service. Not sure what I'm doing wrong. Is this a known problem?
Regards,
Thomas Hallgren
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
Home |
Main Index |
Thread Index