Re: [HACKERS] regression test errors: netbsd 1.3.2/i386 - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] regression test errors: netbsd 1.3.2/i386
Date
Msg-id 35F7290E.6A476F7C@alumni.caltech.edu
Whole thread Raw
In response to regression test errors: netbsd 1.3.2/i386  (Brook Milligan <brook@trillium.NMSU.Edu>)
Responses Re: [HACKERS] regression test errors: netbsd 1.3.2/i386  (Brook Milligan <brook@trillium.NMSU.Edu>)
Re: [HACKERS] regression test errors: netbsd 1.3.2/i386  (Brook Milligan <brook@trillium.NMSU.Edu>)
List 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

pgsql-hackers by date:

Previous
From: Keith Parks
Date:
Subject: Re: [PATCHES] Re: [HACKERS] Patch for initdb
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Patch for initdb