Re: Patch to implement pg_current_logfile() function

From: "Karl O(dot) Pinc" <kop(at)meme(dot)com>
To: Gilles Darold <gilles(dot)darold(at)dalibo(dot)com>
Cc: Christoph Berg <myon(at)debian(dot)org>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Shulgin, Oleksandr" <oleksandr(dot)shulgin(at)zalando(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Patch to implement pg_current_logfile() function
Date: 2016-11-24 13:01:46
Message-ID: 20161124070146.3c99b192@slate.meme.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 23 Nov 2016 23:08:18 -0600
"Karl O. Pinc" <kop(at)meme(dot)com> wrote:

> On Wed, 23 Nov 2016 03:21:05 -0600
> "Karl O. Pinc" <kop(at)meme(dot)com> wrote:
>
> > On Sat, 19 Nov 2016 12:58:47 +0100
> > Gilles Darold <gilles(dot)darold(at)dalibo(dot)com> wrote:
> >
> > > ... attached v14 of the patch.
>
> > patch_pg_current_logfile-v14.diff.retry_current_logfiles-part3
>
> > Re-try the write of current_logfiles should it fail because the
> > system is too busy.

> ---
>
> patch_pg_current_logfile-v14.diff.doc_linux_default
>
> Applies on top of
> patch_pg_current_logfile-v14.diff.pg_ctl_and_more_docs
>
> Mentions, in the body of the docs, defaults and their impact on
> current_logfiles and pg_current_logfiles. It seems appropriate
> to mention this in the main documentation and in the overall context
> of logging.

Attached is version 2 of this patch. Adds an index entry.

patch_pg_current_logfile-v14.diff.doc_linux_default-v2

Karl <kop(at)meme(dot)com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein
top of
> p

Attachment Content-Type Size
patch_pg_current_logfile-v14.diff.doc_linux_default-v2 application/octet-stream 2.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vladimir Svedov 2016-11-24 13:12:23 Re: postgres 9.3 postgres_fdw ::LOG: could not receive data from client: Connection reset by peer
Previous Message Etsuro Fujita 2016-11-24 12:45:40 Re: Push down more full joins in postgres_fdw