Win32 Event log

Поиск
Список
Период
Сортировка
От Dave Page
Тема Win32 Event log
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E41A76D7@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответы Re: Win32 Event log  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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.

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: more massaging on pgxs postresql extension infrastructure
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: [HACKERS] SAVEPOINT syntax again