Re: PATCH: standby crashed when replay block which truncated in standby but failed to truncate in master node
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Fujii Masao <masao.fujii@gmail.com>,
Tomas Vondra <tomas.vondra@2ndquadrant.com>, Thunder <thunder1@126.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-01-20T08:43:53Z
Lists: pgsql-hackers
On Sat, Jan 18, 2020 at 9:18 AM Michael Paquier <michael@paquier.xyz> wrote: > > On Fri, Jan 17, 2020 at 07:36:51PM +0900, Fujii Masao wrote: > > So, what about > > > > --------------- > > causes the system to ignore invalid page references in WAL records > > (but still report a warning), and continue the recovery. > > --------------- > > And that sounds good to me. Switching the patch as ready for > committer. > Are we planning to do something about the original problem reported in this thread? -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
Commits
-
Add GUC ignore_invalid_pages.
- 41c184bc642b 13.0 landed