Initial eventlog support on win32

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Initial eventlog support on win32
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34B59F@algol.sollentuna.se
обсуждение исходный текст
Ответы Re: Initial eventlog support on win32  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
This patch adds initial eventlog support on win32. It's good enough for
most purposes, but we will probably want a specific message DLL later to
format the messages nicer.

The patch mimcs the syslog handling in most cases. It also hijacks the
syslog guc variable. Since syslog is not available on win32, it's
meaning is redefined as eventlog.  So syslog=1 means eventlog+stdout,
syslog=2 means just eventlog.

For reviews and application to head if nobody objects.

//Magnus

 <<eventlog.patch>>

Вложения

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Patch for select and APC on win32
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Initial eventlog support on win32