Re: [HACKERS] regression test errors: netbsd 1.3.2/i386

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Brook Milligan <brook(at)trillium(dot)NMSU(dot)Edu>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] regression test errors: netbsd 1.3.2/i386
Date: 1998-09-10 01:19:10
Message-ID: 35F7290E.6A476F7C@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Brook Milligan wrote:
>
> I just compiled up the current snapshot for a test under netbsd
> 1.3.2/i386. Everything works except the followng:
>
> int8 .. failed <-- seems like large numbers show as negative

Your system is apparently not yet supported for 8 byte integers. If you
want netbsd to be supported, you need to figure out if you have support
for those in your compiler (gcc seems to have it across several
processors) and you need i/o support for them in printf/scanf.

configure tries to detect these automatically so look at what configure
tries to do and see why it missed for your system.

> union .. failed <-- all differences have extra rows

? Do other people see a problem with unions?

- Tom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-09-10 01:54:23 Re: [HACKERS] Patch for initdb
Previous Message Keith Parks 1998-09-09 23:05:42 Re: [PATCHES] Re: [HACKERS] Patch for initdb