Re: [HACKERS] Creating backup history files for backups taken from standbys - Mailing list pgsql-hackers

From David Steele
Subject Re: [HACKERS] Creating backup history files for backups taken from standbys
Date
Msg-id 29e90d72-0050-bc74-28f0-ed822c6d14bd@pgmasters.net
Whole thread Raw
In response to Re: [HACKERS] Creating backup history files for backups taken from standbys  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: [HACKERS] Creating backup history files for backups taken from standbys
List pgsql-hackers
Hi Michael,

On 8/31/17 11:56 PM, Michael Paquier wrote:

> Here is an updated patch with refreshed documentation, as a result of
> 449338c which was discussed in thread
> https://www.postgresql.org/message-id/d4d951b9-89c0-6bc1-b6ff-d0b2dd5a8966@pgmasters.net.
> I am just outlining the fact that a backup history file gets created
> on standbys and that it is archived.

The patch looks good overall.  It applies cleanly and passes all tests.

One question.  Do we want to create this file all the time (as written),
or only when archive_mode = always?

It appears that CleanupBackupHistory() will immediately remove the
history file when archive_mode != always so it seems useless to write
it.  On the other hand the code is a bit simpler this way.  Thoughts?

Regards,
-- 
-David
david@pgmasters.net


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Xin Zhang
Date:
Subject: [HACKERS] Commits don't block for synchronous replication
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Creating backup history files for backups taken from standbys