From: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz> |
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 19:31:04 |
Message-ID: | 43c2e879-36c9-e0e2-aacf-6c383ce1e66a@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 14.09.22 07:25, Michael Paquier wrote:
>> 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.
I don't see anything in 31e121 about that.
Here is a patch that addresses this.
Attachment | Content-Type | Size |
---|---|---|
0001-Restore-archive_command-documentation.patch | text/plain | 18.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Nikita Malakhov | 2022-09-14 19:33:01 | Re: Counterintuitive behavior when toast_tuple_target < TOAST_TUPLE_THRESHOLD |
Previous Message | Peter Eisentraut | 2022-09-14 18:21:18 | Re: [RFC] building postgres with meson - v12 |