From: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
---|---|
To: | Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> |
Cc: | Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: failed assertion and panic in standby mode |
Date: | 2010-04-30 11:58:56 |
Message-ID: | 1272628736.4161.16330.camel@ebony |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, 2010-04-30 at 09:35 +0300, Heikki Linnakangas wrote:
> Hmm, I see a bug in btree_redo handling of XLOG_BTREE_REUSE_PAGE. If
> hot standby is not enabled in the standby, it chokes on that record
> type. It's missing from btree_desc too.
Yep, correct fix.
> This demonstrates that there really has been little testing of warm
> standby with hot standby disabled :-).
Agreed, exactly why I'm not convinced turning it off makes you safer.
Most people will turn it on and so it will remain a less well tested
path through the code.
--
Simon Riggs www.2ndQuadrant.com
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2010-04-30 12:05:58 | Re: missing file in git repo |
Previous Message | Cédric Villemain | 2010-04-30 11:35:27 | Re: missing file in git repo |