Re: Initial eventlog support on win32 - Mailing list pgsql-patches

From Tom Lane
Subject Re: Initial eventlog support on win32
Date
Msg-id 20259.1080054102@sss.pgh.pa.us
Whole thread Raw
In response to Re: Initial eventlog support on win32  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
"Magnus Hagander" <mha@sollentuna.net> 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)

> etc etc.

Should be "stderr" not "stdout".  Otherwise looks good.  I think you can
find existing infrastructure for parsing a comma-separated list of
keywords in a GUC variable --- look at how DateStyle is handled.

            regards, tom lane

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Initial eventlog support on win32
Next
From: Bruce Momjian
Date:
Subject: Re: pstrndup()