Re: Re: PITR question

Поиск
Список
Период
Сортировка
Искать
От
Тема
Re: Re: PITR question
Дата
Msg-id
28292295$1097099024416467102fdd79.71096521@config18.schlund.de
Список
Дерево обсуждения
Re: Re: PITR question <simon@2ndquadrant.com>
Re: Re: Re: PITR question Tom Lane <tgl@sss.pgh.pa.us>
Re: PITR question "Simon Riggs" <simon@2ndquadrant.com>

Bruce Momjian  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 по дате отправления
От: Tom Lane
Дата:
Сообщение: Re: Two-phase commit
От: Tom Lane
Дата:
Сообщение: pgindent complaint of the day
FAQ