Re: Re: PITR question - Mailing list pgsql-hackers

From
Subject Re: Re: PITR question
Date
Msg-id 28292295$1097099024416467102fdd79.71096521@config18.schlund.de
Whole thread Raw
Responses Re: Re: Re: PITR question
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> wrote on 06.10.2004, 21:15:34:
> ohp@pyrenet.fr wrote:
> > Hi Every one.
> >
> > At least I made PITR working however I still have 2 questions:
> >
> > 1) It seems there is a slight bug in this case:
> > select pg_backup_start('test);
> > ...  make backup
> > select pg_backup_end();
> > psql database
> > drp table.... note the time in logs
> > pg_ctl stop
> > rm -rf $PGDATA
> > restore backup
> > put the timestamp in recovery.conf and recover_inclusive=false
> > pg_ctl start
> >
> > ... you end up with a core dump (signal 6) and an error saying that you
> > can't stop before end of backup.
> >
> > This is because it's the FIRST transaction after backup and ending restore
> > BEFORE this means ending before the end of backup...
>
> Was this corrected?  I don't see any followups to it in the archives.
>

Not by me, though I was definitely working on crash recovery then. ;-)

Olivier is right in the explanation of this, but it doesn't seem that a
core dump is the appropriate response.

I'll correct this... though (for me) low prio fix should be done by
around last week Oct.

Apologies to Olivier and thanks to Bruce for re-raising the issue.

Best Regards,

Simon Riggs


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Two-phase commit
Next
From: Tom Lane
Date:
Subject: pgindent complaint of the day