Re: [PATCHES] serverlog function (log_destination file)

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: [PATCHES] serverlog function (log_destination file)
Дата
Msg-id 40C8CA9E.3030706@pse-consulting.de
обсуждение исходный текст
Ответ на Re: [PATCHES] serverlog function (log_destination file)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [PATCHES] serverlog function (log_destination file)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Sorry I didn't get back on this earlier, yesterday morning my internet
access was literally struck by lightning, I'm running temporary hardware
now.

Bruce Momjian wrote:

>>>>Looks good to me.  The only issue I saw was that the default file name
>>>>mentioned in postgresql.conf doesn't match the actual default.
>>>>
>>>>

I'll fix the default filename difference, postgresql.log seems best.
I'll add doc too.

>One idea would be to send a message to stderr when this option is used
>stating that everything is going to 'filename'.
>
>
I can ereport LogFileOpen and LogFileClose, do we need this? Currently,
only open problems will be reported.

>Also can we close/reopen the file on SIGHUP. My guess is we can't
>because of all the backends accessing the output file.
>
>
I'd also like it flushed in pg_logfile and pg_logfile_length, same
problem; any hints welcome.

Regards,
Andreas



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] serverlog function (log_destination file)
Следующее
От: "Glen Parker"
Дата:
Сообщение: Re: Why frequently updated tables are an issue