Re: Switching timeline over streaming replication
Heikki Linnakangas <hlinnakangas@vmware.com>
From: Heikki Linnakangas <hlinnakangas@vmware.com>
To: Thom Brown <thom@linux.com>
Cc: Josh Berkus <josh@agliodbs.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-12-21T18:13:18Z
Lists: pgsql-hackers
On 21.12.2012 01:50, Thom Brown wrote:
> Now I'm getting this on all standbys after promoting the first standby in a
> chain.
> ...
> TRAP: FailedAssertion("!(((sentPtr)<= (SendRqstPtr)))", File:
> "walsender.c", Line: 1425)
Sigh. I'm sounding like a broken record, but I just committed another
fix for this, should work now.
- Heikki