Re: Syslog Facility Patch - Mailing list pgsql-hackers

From Larry Rosenman
Subject Re: Syslog Facility Patch
Date
Msg-id 20001114071300.A11549@lerami.lerctr.org
Whole thread Raw
In response to Re: Syslog Facility Patch  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Syslog Facility Patch  (Peter Eisentraut <peter_e@gmx.net>)
Re: Syslog Facility Patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Syslog Facility Patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
* Peter Eisentraut <peter_e@gmx.net> [001113 23:52]:
> Okay, but you can't make these options PGC_SIGHUP unless you make sure to
> close and re-open the syslog channel whenever these options
> change.  Probably ought to be PGC_POSTMASTER.
Here is a patch to change to PGC_POSTMASTER...


Index: guc.c
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/misc/guc.c,v
retrieving revision 1.19
diff -c -r1.19 guc.c
*** guc.c    2000/11/14 01:15:02    1.19
--- guc.c    2000/11/14 13:11:33
***************
*** 309,317 ****     {"unix_socket_group",         PGC_POSTMASTER,       &Unix_socket_group,      "", NULL}, #ifdef
ENABLE_SYSLOG
!     {"syslog_facility",           PGC_SIGHUP,        &Syslog_facility,      "LOCAL0", check_facility},     
!     {"syslog_progid",             PGC_SIGHUP,        &Syslog_progid,      "postgres", NULL},      #endif 
--- 309,317 ----     {"unix_socket_group",         PGC_POSTMASTER,       &Unix_socket_group,      "", NULL}, #ifdef
ENABLE_SYSLOG
!     {"syslog_facility",           PGC_POSTMASTER,        &Syslog_facility,      "LOCAL0", check_facility},     
!     {"syslog_progid",             PGC_POSTMASTER,        &Syslog_progid,      "postgres", NULL},      #endif 
-- 
Larry Rosenman                      http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: Syslog Facility Patch
Next
From: Hannu Krosing
Date:
Subject: why transfer limits on ftp.postgresql.org ?