Re: Latest version of Hot Standby patch - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Latest version of Hot Standby patch
Date
Msg-id 1230917709.4032.130.camel@ebony.2ndQuadrant
Whole thread Raw
In response to Re: Latest version of Hot Standby patch  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: Latest version of Hot Standby patch  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On Fri, 2009-01-02 at 11:02 +0100, Guillaume Lelarge wrote:
> Simon Riggs a écrit :
> > On Wed, 2008-12-17 at 15:21 +0000, Simon Riggs wrote:
> >> http://wiki.postgresql.org/wiki/Hot_Standby
> >>
> >> now contains a link to latest version of this patch. 
> > 
> > v6 of Hot Standby now uploaded to Wiki (link above), with these changes:
> > 
> > * Must ignore_killed_tuples and never kill_prior_tuple during index
> > scans in recovery (v6)
> >   * XLOG_BTREE_DELETE records handled correctly (v6)
> >   * btree VACUUM code - must scan every block of index (v6)
> >   * BEGIN TRANSACTION READ WRITE should throw error (v6)
> > 
> > New test cycle starting with this patch over next few days.
> > 
> 
> I use latest CVS version. I tried to apply the patches and I have the
> following error :

Thanks, will fix.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Custom PGC_POSTMASTER GUC variables ... feasible?
Next
From: "Robert Haas"
Date:
Subject: Re: Significantly larger toast tables on 8.4?