Re: Second call for platform testing

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Second call for platform testing
Дата
Msg-id 3C06DAFC.9403FC33@tpf.co.jp
обсуждение исходный текст
Ответ на Second call for platform testing  (Thomas Lockhart <lockhart@fourpalms.org>)
Ответы Re: Second call for platform testing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Thomas Lockhart wrote:
> 
> OK, the list is getting smaller fast (thanks for all of the responses!).

I got a regression test result from Hiroshi Saito on UNIX_System_V ews4800 4.2MP 4.2 R4000 r4000.

=======================10 of 79 tests failed.
========================
    int8                 ... FAILED    abstime              ... FAILED    tinterval            ... FAILED
test geometry             ... FAILED
test horology             ... FAILED    create_index         ... FAILED
test sanity_check         ... FAILED
test select               ... FAILED    subselect            ... FAILED    union                ... FAILED

Seems INT64_IS_BUSTED, old PST ... etc and

*** ./expected/create_index.out    Tue Aug 28 08:23:34 JST 2001
--- ./results/create_index.out    Fri Nov 30 00:28:22 JST 2001
***************
*** 35,44 ****
--- 35,47 ---- -- CREATE INDEX onek2_u1_prtl ON onek2 USING btree(unique1 int4_ops)     where unique1 < 20 or unique1 >
980;
+ ERROR:  AllocSetFree: cannot find block containing chunk 4f64f0 CREATE INDEX onek2_u2_prtl ON onek2 USING
btree(unique2int4_ops)     where stringu1 < 'B';
 
+ ERROR:  AllocSetFree: cannot find block containing chunk 4f6390 CREATE INDEX onek2_stu1_prtl ON onek2 USING
btree(stringu1name_ops)     where onek2.stringu1 >= 'J' and onek2.stringu1 < 'K';
 
+ ERROR:  AllocSetFree: cannot find block containing chunk 4f6740 -- -- RTREE -- 

regards,
Hiroshi Inoue


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Second call for platform testing
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: 7.2b3 pg_dump, general 7.2b3 comments