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
|
Список | 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 по дате отправления: