Re: Pg 7.2.3 int8 value out of range

Поиск
Список
Период
Сортировка
От Brian Macy
Тема Re: Pg 7.2.3 int8 value out of range
Дата
Msg-id 3DAF8DB5.7070907@macykids.net
обсуждение исходный текст
Ответ на Pg 7.2.3 int8 value out of range  (Brian Macy <bmacy@macykids.net>)
Ответы Re: Pg 7.2.3 int8 value out of range  (Lamar Owen <lamar.owen@wgcr.org>)
Re: Pg 7.2.3 int8 value out of range  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Apparently there is something wrong with the PGAC configure macro.
Though I'm not clear as to why it fails when there is not native 64bit
type in the compiler. At least I would think it would fail the create
table if it isn't going to support the type.


checking whether long int is 64 bits... no
checking whether long long int is 64 bits... no
checking for strtoll... yes
checking for strtoull... yes
checking for atexit... yes
checking size of unsigned long... 4
checking alignment of short... 2
checking alignment of int... 4
checking alignment of long... 4
checking alignment of double... 8
checking for int8... no
checking for uint8... no
checking for int64... no
checking for uint64... no


Brian Macy

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Brian Macy
Дата:
Сообщение: Re: Pg 7.2.3 int8 value out of range
Следующее
От: Brian Macy
Дата:
Сообщение: Re: Pg 7.2.3 int8 value out of range