Skip site navigation (1) Skip section navigation (2)

Re: Backup history file should be replicated in Streaming Replication?

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Simon Riggs <simon(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Backup history file should be replicated in Streaming Replication?
Date: 2010-02-06 16:02:18
Message-ID: 201002061602.o16G2IB16205@momjian.us (view raw or flat)
Thread:
Lists: pgsql-hackers
Fujii Masao wrote:
> On Mon, Jan 4, 2010 at 9:55 PM, Heikki Linnakangas
> <heikki(dot)linnakangas(at)enterprisedb(dot)com> wrote:
> > Heikki Linnakangas wrote:
> >> Here's is modified patch that adds a new backupStartPoint field to
> >> pg_control for that + some other minor editorialization.
> >
> > I've committed this now.
> 
> Thanks a lot!
> 
> src/backend/access/transam/xlog.c
> > else
> > {
> > 	XLogRecPtr	InvalidXLogRecPtr = {0, 0};
> > 	ControlFile->minRecoveryPoint = InvalidXLogRecPtr;
> > }
> 
> In my original patch, the above is for the problem discussed in
> http://archives.postgresql.org/pgsql-hackers/2009-12/msg02039.php
> 
> Since you've already fixed the problem, that code is useless.
> How about getting rid of that code?

Has this been addressed?

-- 
  Bruce Momjian  <bruce(at)momjian(dot)us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

In response to

Responses

pgsql-hackers by date

Next:From: Andres FreundDate: 2010-02-06 16:32:43
Subject: Re: Hot Standby and DROP DATABASE
Previous:From: Bruce MomjianDate: 2010-02-06 15:59:16
Subject: Re: archive_timeout behavior for no activity

Privacy Policy | About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group