Re: Would it be possible to have parallel archiving? - Mailing list pgsql-hackers

From hubert depesz lubaczewski
Subject Re: Would it be possible to have parallel archiving?
Date
Msg-id 20180828093813.dhrkahc5ffulldwm@depesz.com
Whole thread Raw
In response to Re: Would it be possible to have parallel archiving?  (Alexander Kukushkin <cyberdemn@gmail.com>)
List pgsql-hackers
On Tue, Aug 28, 2018 at 08:33:11AM +0200, Alexander Kukushkin wrote:
> There is the archive_status directory in pg_wal, and if there are
> files with suffixes ".ready", you can archive not only the file which
> was requested, but quite a few more if there are  ".ready" files
> available. After that you have to rename ".ready" to ".done". Postgres
> will not call archive_command for files which already marked as
> ".done".

Ah, I was missing this information. Thanks a lot.

Best regards,

depesz



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pg_verify_checksums failure with hash indexes
Next
From: Alexander Korotkov
Date:
Subject: Re: [HACKERS] [PATCH] kNN for SP-GiST