RE: Beta 6 Regression results on Redat 7.0.

From: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: RE: Beta 6 Regression results on Redat 7.0.
Date: 2001-03-21 17:18:08
Message-ID: 8F4C99C66D04D4118F580090272A7A234D333E@sectorbase1.sectorbase.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I'm been running one backend doing repeated iterations of
>
> CREATE TABLE temptest(col int);
> INSERT INTO temptest VALUES (1);
>
> CREATE TEMP TABLE temptest(col int);
> INSERT INTO temptest VALUES (2);
> SELECT * FROM temptest;
> DROP TABLE temptest;
>
> SELECT * FROM temptest;
> DROP TABLE temptest;
>
> and another one doing repeated CHECKPOINTs. I've already gotten a
> couple occurrences of Lamar's failure.

I wasn't able to reproduce failure with current sources.

Vadim

Browse pgsql-hackers by date

  From Date Subject
Next Message Marek PUBLICEWICZ 2001-03-21 17:35:03 Strange results of CURRENT_TIMESTAMP
Previous Message Bruce Momjian 2001-03-21 16:38:31 Re: [HACKERS] Patch application