Re: Patch to implement pg_current_logfile() function

Поиск
Список
Период
Сортировка
От Karl O. Pinc
Тема Re: Patch to implement pg_current_logfile() function
Дата
Msg-id 20160407013030.3a2d7aae@slate.meme.com
обсуждение исходный текст
Ответ на Re: Patch to implement pg_current_logfile() function  ("Karl O. Pinc" <kop@meme.com>)
Ответы Re: Patch to implement pg_current_logfile() function
Список pgsql-hackers
On Thu, 7 Apr 2016 01:13:51 -0500
"Karl O. Pinc" <kop@meme.com> wrote:

> On Wed, 6 Apr 2016 23:37:09 -0500
> "Karl O. Pinc" <kop@meme.com> wrote:
> 
> > On Wed, 6 Apr 2016 22:26:13 -0500
> > "Karl O. Pinc" <kop@meme.com> wrote:  
> > > On Wed, 23 Mar 2016 23:22:26 +0100
> > > Gilles Darold <gilles.darold@dalibo.com> wrote:
> > >     
> > > > Thanks for the reminder, here is the v3 of the patch after a
> > > > deeper review and testing. It is now registered to the next
> > > > commit fest under the System Administration topic.    

> This is what I see at the moment.  I'll wait for replies
> before looking further and writing more.

Er, one more thing.  Isn't it true that in logfile_rotate()
you only need to call store_current_log_filename() when
logfile_open() is called with a "w" mode, and never need to
call it when logfile_open() is called with an "a" mode?


Karl <kop@meme.com>
Free Software:  "You don't pay back, you pay forward."                -- Robert A. Heinlein



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Speedup twophase transactions
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Support for N synchronous standby servers - take 2