Re: Syslog Facility Patch
От | Larry Rosenman |
---|---|
Тема | Re: Syslog Facility Patch |
Дата | |
Msg-id | 20001114071300.A11549@lerami.lerctr.org обсуждение исходный текст |
Ответ на | Re: Syslog Facility Patch (Peter Eisentraut <peter_e@gmx.net>) |
Ответы |
Re: Syslog Facility Patch
Re: Syslog Facility Patch Re: Syslog Facility Patch |
Список | 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 по дате отправления: