Win32 eventlog level fix - Mailing list pgsql-patches

From Magnus Hagander
Subject Win32 eventlog level fix
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE09462D@algol.sollentuna.se
Whole thread Raw
Responses Re: Win32 eventlog level fix
List pgsql-patches
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

Attachment

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: patch for win32 dynloader
Next
From: Bruce Momjian
Date:
Subject: Re: per user/database connections limit again