Re: [PATCHES] serverlog function (log_destination file)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] serverlog function (log_destination file)
Дата
Msg-id 17048.1086978026@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] serverlog function (log_destination file)  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: [PATCHES] serverlog function (log_destination file)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [PATCHES] serverlog function (log_destination file)  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgsql-hackers
Andreas Pflug <pgadmin@pse-consulting.de> writes:
> The attached patch has the default filename issue fixed, and
> documentation. Since I don't have a doc build system functional, there
> might be tag mismatches or other typos; please check. IMHO this should
> be committed without waiting for log rotation stuff.

This has got portability issues (fopen("ab")) and I don't care for its
use of malloc in preference to palloc either.  Also, pg_logfile() will
dump core if LogFileName returns null.

The bigger issue though is whether this is useful at all, if you cannot
solve the file rotation issue (and I don't think you can).  As
implemented, the secondary log file cannot be truncated without
restarting the postmaster.  I think that reduces it from a possibly
useful feature to a useless toy.  (The fact that pg_logfile_length
returns int and not something wider is pretty silly in this connection.)

My vote is not to apply until and unless something that can rotate the
logfile is demonstrated ...

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [pgsql-hackers-win32] [PATCHES] Compiling libpq with VisualC
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Configuration patch