Re: Many regress tests failing due to latest psql changes

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Many regress tests failing due to latest psql changes
Дата
Msg-id Pine.LNX.4.21.0001142326430.344-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Many regress tests failing due to latest psql changes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
This seems to have been like that for a while. I put in a fflush() at the
appropriate spot, hope that helps. Man, I thought we had all of them
caught already... (It's time I start running the regress tests
religiously, ey?)

On 2000-01-13, Tom Lane mentioned:

> It looks like the latest psql has a buffer-flush-timing problem.
> Error messages are appearing out-of-sync with script echoing,
> for example:
> 
> *** expected/boolean.out    Sat Jan  8 19:31:26 2000
> --- results/boolean.out    Thu Jan 13 20:41:24 2000
> ***************
> *** 111,118 ****
>   -- This is now an invalid expression
>   -- For pre-v6.3 this evaluated to false - thomas 1997-10-23
>   INSERT INTO BOOLTBL2 (f1) 
> -    VALUES (bool 'XXX');  
>   ERROR:  Bad boolean external representation 'XXX'
>   -- BOOLTBL2 should be full of false's at this point 
>   SELECT '' AS f_4, BOOLTBL2.*;
>    f_4 | f1 
> --- 111,118 ----
>   -- This is now an invalid expression
>   -- For pre-v6.3 this evaluated to false - thomas 1997-10-23
>   INSERT INTO BOOLTBL2 (f1) 
>   ERROR:  Bad boolean external representation 'XXX'
> +    VALUES (bool 'XXX');  
>   -- BOOLTBL2 should be full of false's at this point 
>   SELECT '' AS f_4, BOOLTBL2.*;
>    f_4 | f1 
> 
> 
> This is making it difficult to look for actual backend bugs,
> so I respectfully request a fix ASAP.
> 
>             regards, tom lane
> 
> 

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pg_pwd
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: [HACKERS] Uninstalling PostgreSQL ??!!