Re: [PATCHES] Win32 Event log

2004-08-12 Thread Andreas Pflug
Dave Page wrote: "Dave Page" <[EMAIL PROTECTED]> writes: The attached patch directs FATAL and PANIC elog's to the event log as well as their normal destination. I don't think this is a good idea. In the first place, FATAL errors are not necessarily serious or out-of-the-ordinary --- an exampl

Re: [PATCHES] Win32 Event log

2004-08-12 Thread Dave Page
> -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > Sent: 12 August 2004 15:40 > To: Dave Page > Cc: PostgreSQL Patches > Subject: Re: [PATCHES] Win32 Event log > > "Dave Page" <[EMAIL PROTECTED]> writes: > > The attach

Re: [PATCHES] Win32 Event log

2004-08-12 Thread Tom Lane
"Dave Page" <[EMAIL PROTECTED]> writes: > The attached patch directs FATAL and PANIC elog's to the event log as > well as their normal destination. I don't think this is a good idea. In the first place, FATAL errors are not necessarily serious or out-of-the-ordinary --- an example is that all aut

[PATCHES] Win32 Event log

2004-08-12 Thread Dave Page
Under Win32 it is normal for serious errors to be recorded to the systems event log as well as any log that the application may also be writing (SQL Server is a good example of an app that does this). The attached patch directs FATAL and PANIC elog's to the event log as well as their normal desti