[HACKERS] improve release-note for pg_current_logfile()

Поиск
Список
Период
Сортировка
От Yugo Nagata
Тема [HACKERS] improve release-note for pg_current_logfile()
Дата
Msg-id 20170614145922.8a42b409.nagata@sraoss.co.jp
обсуждение исходный текст
Ответы Re: [HACKERS] improve release-note for pg_current_logfile()  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Список pgsql-hackers
Hi,

When I am reading the PG 10 release-notes, I found the following item.

> Add function pg_current_logfile() to read syslog's current stderr and csvlog output file names (Gilles Darold)

This confused me because "syslog" is one of method for logging as well
as stderr and csvlog. I guess it is intended syslogger, but I think that
"logging collector" is more convenient for users because this is used in
the pg_current_logfile() documentation.

 pg_current_logfile returns, as text, the path of the log file(s) currently in use by the logging collector.

Attached is a patch to fix it.


Regards,

-- 
Yugo Nagata <nagata@sraoss.co.jp>

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: [HACKERS] pgrowlocks relkind check
Следующее
От: Masahiko Sawada
Дата:
Сообщение: [HACKERS] RemoveSubscriptionRel uses simple_heap_delete