Re: archive modules

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, "Bossart, Nathan" <bossartn(at)amazon(dot)com>, David Steele <david(at)pgmasters(dot)net>, Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>, Stephen Frost <sfrost(at)snowman(dot)net>
Subject: Re: archive modules
Date: 2022-09-14 05:25:30
Message-ID: YyFlylmDabc/eEH8@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 14, 2022 at 06:37:38AM +0200, Peter Eisentraut wrote:
> I noticed that this patch has gone around and mostly purged mentions of
> archive_command from the documentation and replaced them with
> archive_library. I don't think this is helpful, since people still use
> archive_command and will want to see what the documentation has to say
> about it. I suggest we rewind that a bit and for example replace things
> like
>
> removed or recycled until they are archived. If WAL archiving cannot keep up
> - with the pace that WAL is generated, or if <varname>archive_command</varname>
> + with the pace that WAL is generated, or if <varname>archive_library</varname>
> fails repeatedly, old WAL files will accumulate in <filename>pg_wal</filename>
>
> with
>
> removed or recycled until they are archived. If WAL archiving cannot keep up
> with the pace that WAL is generated, or if <varname>archive_command</varname>
> with the pace that WAL is generated, or if <varname>archive_command</varname>
> or <varname>archive_library</varname>
> fail repeatedly, old WAL files will accumulate in <filename>pg_wal</filename>

Yep. Some references to archive_library have been changed by 31e121
to do exactly that. There seem to be more spots in need of an
update.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message bt22kawamotok 2022-09-14 05:27:25 Re: is_superuser is not documented
Previous Message Tom Lane 2022-09-14 05:18:03 Re: pg_basebackup's --gzip switch misbehaves