RE: Beta 6 Regression results on Redat 7.0. - Mailing list pgsql-hackers

From Mikheev, Vadim
Subject RE: Beta 6 Regression results on Redat 7.0.
Date
Msg-id 8F4C99C66D04D4118F580090272A7A234D333E@sectorbase1.sectorbase.com
Whole thread Raw
In response to Beta 6 Regression results on Redat 7.0.  (Lamar Owen <lamar.owen@wgcr.org>)
List 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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Patch application
Next
From: Marek PUBLICEWICZ
Date:
Subject: Strange results of CURRENT_TIMESTAMP