Re: Third call for platform testing

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема Re: Third call for platform testing
Дата
Msg-id 20011213185751.H12426@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответ на Third call for platform testing  (Thomas Lockhart <lockhart@fourpalms.org>)
Ответы Re: Third call for platform testing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> NetBSD/arm32 Patrick Welche

Not too good:
 CREATE INDEX hash_i4_index ON hash_i4_heap USING hash (random int4_ops);
+ ERROR:  cannot read block 3 of hash_i4_index: Bad address CREATE INDEX hash_name_index ON hash_name_heap USING hash
(randomname_ops);
 
+ ERROR:  cannot read block 3 of hash_name_index: Bad address CREATE INDEX hash_txt_index ON hash_txt_heap USING hash
(randomtext_ops);
 
+ ERROR:  cannot read block 3 of hash_txt_index: Bad address CREATE INDEX hash_f8_index ON hash_f8_heap USING hash
(randomfloat8_ops);
 
+ ERROR:  cannot read block 3 of hash_f8_index: Bad address -- CREATE INDEX hash_ovfl_index ON hash_ovfl_heap USING
hash(x int4_ops);
 

so create_index failed in a runcheck. (leading to sanity_check failing too)

Patrick


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

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: Third call for platform testing
Следующее
От: Neil Padgett
Дата:
Сообщение: Re: Platform testing (last call?)