Win32 Event log - Mailing list pgsql-patches

From Dave Page
Subject Win32 Event log
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E41A76D7@ratbert.vale-housing.co.uk
Whole thread Raw
Responses Re: Win32 Event log  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
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 destination. If the normal destination is the event
log, then they are not duplicated. This allows serious errors to be
picked up quickly and easily without swamping the event log (which
generally has limited size) with other events.

Please apply for beta 2...

Cheers, Dave.

Attachment

pgsql-patches by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: more massaging on pgxs postresql extension infrastructure
Next
From: Oliver Jowett
Date:
Subject: Re: [HACKERS] SAVEPOINT syntax again