Re: Win32 eventlog level fix - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Win32 eventlog level fix
Date
Msg-id 200508122137.j7CLb6020006@candle.pha.pa.us
Whole thread Raw
In response to Win32 eventlog level fix  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
Patch applied.  Thanks.

Backpatched to 8.0.X.

---------------------------------------------------------------------------

Magnus Hagander wrote:
> This patch fixes the event type used to log output from the
> stderr-in-service or output-from-syslogger-in-service code. Previously
> everything was flagged as ERRORs there, which caused all instances to
> log "LOG: logger shutting down" as error...
>
> Please apply for 8.1. I'd also like it considered for 8.0 since logging
> non-errors as errors can be cause for alarm amongst people who actually
> look at their logs...
>
> //Magnus

Content-Description: win32_eventlog_redirect.patch

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>                http://archives.postgresql.org

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: [PATCH] Changing second argument to type input function
Next
From: Andreas Pflug
Date:
Subject: Re: [HACKERS] For review: Server instrumentation patch