| From: | momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: This patch fixes the event type used to log output from the |
| Date: | 2005-08-12 21:38:02 |
| Message-ID: | 20050812213802.315C952A37@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
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 Hagander
Tags:
----
REL8_0_STABLE
Modified Files:
--------------
pgsql/src/backend/utils/error:
elog.c (r1.155.4.1 -> r1.155.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c.diff?r1=1.155.4.1&r2=1.155.4.2)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2005-08-12 21:42:53 | pgsql: Improve documention on loading large data sets into plperl. |
| Previous Message | Bruce Momjian | 2005-08-12 21:36:59 | pgsql: This patch fixes the event type used to log output from the |