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  (Brook Milligan <brook@trillium.NMSU.Edu>)
Re: [HACKERS] regression test errors: netbsd 1.3.2/i386  (Brook Milligan <brook@trillium.NMSU.Edu>)
Список 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 по дате отправления:

Предыдущее
От: Keith Parks
Дата:
Сообщение: Re: [PATCHES] Re: [HACKERS] Patch for initdb
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Patch for initdb