RE: Beta 6 Regression results on Redat 7.0.

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: Beta 6 Regression results on Redat 7.0.
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A234D333E@sectorbase1.sectorbase.com
обсуждение исходный текст
Ответ на Beta 6 Regression results on Redat 7.0.  (Lamar Owen <lamar.owen@wgcr.org>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Patch application
Следующее
От: Marek PUBLICEWICZ
Дата:
Сообщение: Strange results of CURRENT_TIMESTAMP