Re: [HACKERS] PITR question

2004-10-07 Thread Simon Riggs
Tom Lane [mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote: ... you end up with a core dump (signal 6) and an error saying that you can't stop before end of backup. Was this corrected? I don't see any followups to it in the archives. Not by me,

Re: [HACKERS] PITR question

2004-10-06 Thread Bruce Momjian
[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

Re: Re: [HACKERS] PITR question

2004-10-06 Thread simon
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

Re: Re: Re: [HACKERS] PITR question

2004-10-06 Thread Tom Lane
[EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote: ... you end up with a core dump (signal 6) and an error saying that you can't stop before 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

[HACKERS] PITR question

2004-08-19 Thread ohp
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