Re: Third call for platform testing

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
Cc: Hackers List <pgsql-hackers(at)postgresql(dot)org>, Bill Studenmund <wrstuden(at)netbsd(dot)org>, tegge(at)repas-aeg(dot)de, Mark Knox <markk(at)pixin(dot)net>, Neale(dot)Ferguson(at)softwareAG-usa(dot)com, prlw1(at)cam(dot)ac(dot)uk, Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Subject: Re: Third call for platform testing
Date: 2001-12-13 18:57:51
Message-ID: 20011213185751.H12426@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> 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 (random name_ops);
+ ERROR: cannot read block 3 of hash_name_index: Bad address
CREATE INDEX hash_txt_index ON hash_txt_heap USING hash (random text_ops);
+ ERROR: cannot read block 3 of hash_txt_index: Bad address
CREATE INDEX hash_f8_index ON hash_f8_heap USING hash (random float8_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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Padgett 2001-12-13 20:31:35 Re: Platform testing (last call?)
Previous Message Ross J. Reedstrom 2001-12-13 18:53:48 Re: Third call for platform testing

Browse pgsql-patches by date

  From Date Subject
Next Message Serguei Mokhov 2001-12-13 20:00:12 Re: NLS (Russian) - pg_dump update
Previous Message Bruce Momjian 2001-12-13 10:49:01 Re: [HACKERS] [GENERAL] Using Cursor in PostgreSQL 7.2