Re: Hot standby, recovery procs

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Simon Riggs <simon(at)2ndQuadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Hot standby, recovery procs
Date: 2009-02-26 08:30:25
Message-ID: 49A65321.9000006@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Simon Riggs wrote:
> On Tue, 2009-02-24 at 21:59 +0200, Heikki Linnakangas wrote:
>
>>> I think if I had not made those into procs you would have said that they
>>> are so similar it would aid code readability to have them be the same.
>> And in fact I suggested earlier that we get rid of the unobserved xids
>> array, and only use recovery procs.
>
> Last week, I think. Why are these tweaks so important?

Heh, actually, I went searching my mail for when I had suggested that,
and found that in fact I proposed this exact same method of using the
unobserved xids array only back in October:

http://archives.postgresql.org/message-id/48F76342.5070407@enterprisedb.com

I had since forgotten all about, but now came up with the same idea
again during review.

In the first reply in that thread you said that "The main problem is
fatal errors that don't write abort records. By reusing the PROC entries
we can keep those to a manageable limit". We're not worried about that
anymore.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2009-02-26 08:47:25 Re: 8.4 release planning (was Re: [COMMITTERS] pgsql: Automatic view update rules)
Previous Message Greg Stark 2009-02-26 08:27:40 Re: effective_cache_size less than shared_buffers