-----Original Message-----
From: "Thomas Hallgren"<[EMAIL PROTECTED]>
Sent: 29/04/06 14:43:09
To: "PostgreSQL-development"<[email protected]>
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
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match