Re: [BUGS] Loosing files after backend crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>
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:34:07
Message-ID: 4689.986315647@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM> writes:
> Some more input from Konstantin (his answer to my message bounced
> from bug-list -:)):

> 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??

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2001-04-03 16:51:53 Re: Final call for platform testing
Previous Message Maurizio 2001-04-03 16:31:38 Re: QNX : POSSIBLE BUG IN CONFIGURE ?