Re: PATCH: standby crashed when replay block which truncated in standby but failed to truncate in master node
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: Tomas Vondra <tomas.vondra@2ndquadrant.com>, Thunder <thunder1@126.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-10-03T04:57:50Z
Lists: pgsql-hackers
On Thu, Oct 03, 2019 at 01:49:34PM +0900, Fujii Masao wrote: > But this can cause subsequent recovery to always fail with invalid-pages error > and the server not to start up. This is bad. So, to allviate the situation, > I'm thinking it would be worth adding something like igore_invalid_pages > developer parameter. When this parameter is set to true, the startup process > always ignores invalid-pages errors. Thought? That could be helpful. -- Michael
Commits
-
Add GUC ignore_invalid_pages.
- 41c184bc642b 13.0 landed