Re: Re: Call for platforms

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mark Knox" <segfault(at)hardline(dot)org>
Cc: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: Call for platforms
Date: 2001-03-25 20:02:42
Message-ID: 19243.985550562@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

"Mark Knox" <segfault(at)hardline(dot)org> writes:
>> Linux 2.2.x armv4l 7.0 2000-04-17, Mark Knox

> Compiled and tested 7.1beta6 tonight. All the regression tests passed
> except two - the usual minor differences in geometry (rounding on the
> final digit) and this rather troubling output from type_sanity.

Most bizarre --- and definitely indicative of trouble. Would you send
along the output of this query in that database:

select p1.oid,attrelid,relname,attname,attlen,attalign,attbyval
from pg_attribute p1, pg_class p2
where atttypid = 27 and p2.oid = attrelid
order by 1;

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-03-25 20:23:18 Re: question??????
Previous Message Tom Lane 2001-03-25 19:48:40 Re:

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2001-03-25 20:15:29 Re: Release Candidate 1 ...
Previous Message Tom Lane 2001-03-25 19:51:31 Re: Prob with regexp