Re: [PATCHES] Initial eventlog support on win32

2004-03-23 Thread Tom Lane
"Magnus Hagander" <[EMAIL PROTECTED]> writes: > Based on what Andrew wrote, configuration along the line of: > log_destination stdout > (for default) > log_destination stdout,syslog > (for syslog=2) > log_destination eventlog > (for win32 eventlog only)

Re: [PATCHES] Initial eventlog support on win32

2004-03-23 Thread Magnus Hagander
> > Magnus Hagander wrote: > >> The patch mimcs the syslog handling in most cases. It also hijacks > >> the syslog guc variable. > > > I'm less happy about this. In fact the 0 | 1 | 2 for syslog is very > > hokey anyway. What is more, it is not inconceivable that > someone would > > run syslogd

Re: [PATCHES] Initial eventlog support on win32

2004-03-22 Thread Andrew Dunstan
Magnus Hagander wrote: 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. I'm extremely happy to see this being done - it's a must-have for WIN32, I think. The patch mimcs

[PATCHES] Initial eventlog support on win32

2004-03-22 Thread Magnus Hagander
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 w