Win32 eventlog level fix

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Win32 eventlog level fix
Date: 2005-07-28 20:26:31
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE09462D@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
win32_eventlog_redirect.patch application/octet-stream 2.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-07-28 22:11:21 Re: per user/database connections limit again
Previous Message Magnus Hagander 2005-07-28 20:10:42 Re: patch for win32 dynloader