Re: BUG #15745: WAL References Invalid Pages...that eventuallyresolves - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #15745: WAL References Invalid Pages...that eventuallyresolves
Date
Msg-id 20190507033422.GI1499@paquier.xyz
Whole thread Raw
In response to Re: BUG #15745: WAL References Invalid Pages...that eventually resolves  (Daniel Farina <daniel@citusdata.com>)
List pgsql-bugs
On Sun, May 05, 2019 at 08:37:02PM -0700, Daniel Farina wrote:
>  Regrettably, it's too late, but I'll have my notes for next time.

Here is a guess: the base backup which has been used for this
instance's recovery has been taken from a standby, where the
minimum recovery LSN registered in its control file did not actually
map to the last physical LSN where a page has been flushed by either
the checkpointer, the startup process or a read-only backend.

This reminds me of the problems between 3c64dcb and c186ba1 I was at
the origin of, but this refers to 11.1, which was released after the
fact.  Or perhaps a beta version of 11 has been used?
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15792: Dependency remains on foreign key constraint when child detached from declarative partition.
Next
From: Michael Paquier
Date:
Subject: Re: BUG #15791: WalSndCtl->sync_standbys_defined modified too late