Re: BUG #15402: Hot standby server with archive_mode=on keeps initial WAL segments

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: TAKATSUKA Haruka <harukat@sraoss.co.jp>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2018-09-28T03:32:43Z
Lists: pgsql-bugs
On Fri, Sep 28, 2018 at 12:20:03PM +0900, TAKATSUKA Haruka wrote:
> I fixed only RemoveOldXlogFiles() in my patch because merely
> I wasn't sure that keeping an old history file is a bug behavior.

The only caller of CleanupBackupHistory() si clear about willing to see
past backup history files go away at the end of a backup, or mark those
as .ready if need be.
--
Michael

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix WAL recycling on standbys depending on archive_mode