Re: [bug fix] pg_rewind creates corrupt WAL files, and the standby cannot catch up the primary
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2018-03-11T14:04:01Z
Lists: pgsql-hackers
Attachments
- 0001-Fix-handling-of-removed-files-on-target-server-with-.patch (text/x-diff) patch 0001
On Fri, Mar 09, 2018 at 08:22:49AM +0000, Tsunakawa, Takayuki wrote: > Thanks for reviewing. All done. Thanks. Please be careful with the indentation of the patch. Attached is a slightly-updated version with a small modification in remove_target_file to make the code cleaner, a proposal of commit message and pgindent applied on the code. I am switching that as ready for committer. -- Michael
Commits
-
Fix handling of files that source server removes during pg_rewind is running.
- b33e38cb1e14 9.5.13 landed
- 52c32d8d8d3c 9.6.9 landed
- f1e07d576318 10.4 landed
- 09e96b3f3562 11.0 landed