Re: [HACKERS] Patch to implement pg_current_logfile() function

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [HACKERS] Patch to implement pg_current_logfile() function
Дата
Msg-id CAB7nPqRTq+NE=Mcq8KAFNpx7Xi4brVBxYKuyHT0FojAH_F2LKQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Patch to implement pg_current_logfile() function  (Christoph Berg <myon@debian.org>)
Список pgsql-hackers
On Thu, Jan 19, 2017 at 6:56 AM, Karl O. Pinc <kop@meme.com> wrote:
> On Wed, 18 Jan 2017 15:08:09 -0600
> "Karl O. Pinc" <kop@meme.com> wrote:
>
>> I would like to see index entries for "current_logfiles"
>> so this stuff is findable.
>
> Attached is a v27 of the patch.
>
> I polished some of the sentences in the documentation
> and added index entries.
>
> Also attached are a series of 2 patches to apply on top
> of v27 which make symbols out of hardcoded constants.

+     <indexterm>
+       <primary>current_logfiles</primary>
+       <secondary>and the log_destination configuration parameter</secondary>
+     </indexterm>
I have been wondering about this portion a bit, and actually that's pretty nice.

So patch is marked as ready for committer, the version proposed here
not using SRFs per Gilles' input on the matter.
-- 
Michael



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

Предыдущее
От: Haribabu Kommi
Дата:
Сообщение: Re: [HACKERS] macaddr 64 bit (EUI-64) datatype support
Следующее
От: Ryan Murphy
Дата:
Сообщение: Re: [HACKERS] Re: Clarifying "server starting" messaging in pg_ctlstart without --wait