Re: Pg 7.2.3 int8 value out of range

From: Brian Macy <bmacy(at)macykids(dot)net>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Pg 7.2.3 int8 value out of range
Date: 2002-10-18 04:27:33
Message-ID: 3DAF8DB5.7070907@macykids.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Brian Macy 2002-10-18 04:52:52 Re: Pg 7.2.3 int8 value out of range
Previous Message Brian Macy 2002-10-18 04:19:44 Re: Pg 7.2.3 int8 value out of range