Re: Getting to 8.3 beta1 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Getting to 8.3 beta1
Date
Msg-id 22994.1191030303@sss.pgh.pa.us
Whole thread Raw
In response to Re: Getting to 8.3 beta1  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> On Thu, 2007-09-27 at 13:01 -0400, Tom Lane wrote:
>> Anyway, if you can test this tomorrow that'll be great.  I have enough
>> other things to do today ...

> Looks good to me. I was and am still nervous of weird knock-on effects,
> but I think its the right patch to apply.

Me too --- committed and back-patched.

> We need to reword the doc section about time travel, but I'll let you
> tackle that bit, at least for now.

Right, done.

BTW, I realized that the reason I objected to your "option #4"
originally was that I thought you were proposing to make *every*
recovery start a new timeline.  It's not hard to imagine
sorcerer's-apprentice problems in a repeated crash and restart scenario.
But actually this is just starting one new timeline per (successful)
archive recovery, and each one of those will require manual intervention
to kick it off; so it's pretty much impossible to believe an
installation would ever create an untenable number of timelines.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Turn off vacuum in pgbench?
Next
From: "Brendan Jurd"
Date:
Subject: Re: [PATCHES] Add function for quote_qualified_identifier?