Re: [HACKERS] regression test errors: netbsd 1.3.2/i386
От | Thomas G. Lockhart |
---|---|
Тема | Re: [HACKERS] regression test errors: netbsd 1.3.2/i386 |
Дата | |
Msg-id | 35F7290E.6A476F7C@alumni.caltech.edu обсуждение исходный текст |
Ответ на | regression test errors: netbsd 1.3.2/i386 (Brook Milligan <brook@trillium.NMSU.Edu>) |
Ответы |
Re: [HACKERS] regression test errors: netbsd 1.3.2/i386
Re: [HACKERS] regression test errors: netbsd 1.3.2/i386 |
Список | 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 по дате отправления: