Re: Syslog Facility Patch

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: Syslog Facility Patch
Дата
Msg-id 20001114165459.A16010@lerami.lerctr.org
обсуждение исходный текст
Ответ на Re: Syslog Facility Patch  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: Syslog Facility Patch
Re: Syslog Facility Patch
Список pgsql-hackers
* Larry Rosenman <ler@lerctr.org> [001114 16:06]:
> * Peter Eisentraut <peter_e@gmx.net> [001114 16:03]:
> > Larry Rosenman writes:
> > 
> > > log_connections = on
> > > fsync = off
> > > #max_backends = 64
> > > syslog_facility = LOCAL5.3we4rwjtasrtuert
> > 
> > It's the dot.  The regular expression needs some work.  Make a note to
> > always test with identical values next time. :-)
> OK, so the parser needs help?  Can I try and fix it?  What DON'T we 
> want guc-file.l to accept for a string?
Ok, so what I think(?) needs to happen is the FIXME: tag needs to be
handled.  We need to code a version of src/backend/parser/scansup.c
that doesn't use palloc, and also strips the apostrophes from the
front and end of the string?  This doesn't look that hard. Do I have 
"permission" to play with it, and submit a patch when I've got it
fixed? 

I ass/u/me we want to allow any of the 'C' escapes? or just
a-zA-Z0-9-. for a GUC_STRING? 
> 
> 
> > 
> > > syslog_progid = pgtest
> > > syslog=2
> > > showportnumber = on
> > 
> > -- 
> > Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/
> 
> -- 
> 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
-- 
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 по дате отправления:

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: Details for planned template0/template1 change
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: Commit finished?