RE: [BUGS] Loosing files after backend crash

From: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: ???????????? ?????????? <ks(at)tcnet(dot)ru>, "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: [BUGS] Loosing files after backend crash
Date: 2001-04-03 16:59:43
Message-ID: 8F4C99C66D04D4118F580090272A7A234D336A@sectorbase1.sectorbase.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > How much time passed after sequence creation till crash?
> >>
> >> About 5-10 seconds. I opened a transaction, created a sequence,
> >> created a temporary table with one column having NEXTVAL(seq) as
> > ^^^^^^^^^^^^^^^^^^^^^^^^^
> >> default, inserted some data into the table, committed the
> >> transaction.
> >> After that I ran my function, which crashed the backend after
> >> 3-4 seconds of work.
>
> Hmm. Maybe the WAL redo is messing things up??

It could mess up pg_class content, but it never deletes
files (currently).

Vadim

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-04-03 17:03:35 Re: [BUGS] Loosing files after backend crash
Previous Message Thomas Lockhart 2001-04-03 16:51:53 Re: Final call for platform testing