LOG_PID

Поиск
Список
Период
Сортировка
От Ymir
Тема LOG_PID
Дата
Msg-id 20020610095232.6B49B1FB6E@ovid
обсуждение исходный текст
Ответы Re: LOG_PID  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hello

I'm using the latest Postgres version, and I'm trying to get rid of the PID=
=20
of the backend when logging to syslogd. After seeing it's not doable, I=20
looked at the source only to find:

openlog(Syslog_ident, LOG_PID | LOG_NDELAY, syslog_fac);

Re-reading the docs, I see no mention of the fact that this will only work=
=20
for logging to a file (I didn't check the code for that, I don't know if it=
=20
works), I must assume this is a bug, something you've overlooked. The fix i=
s=20
quite easy to do. That is, if I'm not getting something wrong, in which cas=
e=20
I'll apreciate any input.

Thank you for your time and I hope to hear from you.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #687: cannot " create table copy (..."
Следующее
От: Tom Lane
Дата:
Сообщение: Re: LOG_PID