Bruce Momjian <[EMAIL PROTECTED]> wrote on 06.10.2004, 21:15:34:
> [EMAIL PROTECTED] 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

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to