Re: [BUGS] Pg 7.2.3 int8 value out of range

2002-10-18 Thread Brian Macy
./configure --with-openssl This fails to find a 64bit native type. Brian Macy Lamar Owen wrote: On Thursday 17 October 2002 09:28 pm, Tom Lane wrote: Brian Macy <[EMAIL PROTECTED]> writes: Only excepts 32bit values and not 64bit. Endian issue? This is on sparc linux. Specif

Re: [BUGS] Pg 7.2.3 int8 value out of range

2002-10-18 Thread Brian Macy
0; return 1; } main() { exit(! does_int64_work()); } Tom Lane wrote: Brian Macy <[EMAIL PROTECTED]> writes: checking whether long int is 64 bits... no checking whether long long int is 64 bits... no Well, that seems to be the problem. Perhaps the relevant section of config.log would o

Re: [BUGS] Pg 7.2.3 int8 value out of range

2002-10-18 Thread Brian Macy
Yeah, weird... Steve Dunham narrowed the problem down to libssl and posted it to the debian-sparc list, Ben Collins, and appended the info to the postgres bug report. Hopefully it will be resolved for Debian unstable shortly. Brian Macy Tom Lane wrote: Brian Macy <[EMAIL PROTECTED]>

[BUGS] Pg 7.2.3 int8 value out of range

2002-10-17 Thread Brian Macy
. psql:restore.sql:124576: ERROR: int8 value out of range: "1033219132976" psql:restore.sql:124577: ERROR: int8 value out of range: "1033217951899" psql:restore.sql:124578: ERROR: int8 value out of range: "1033220352916" psql:restore.sql:124579: ERROR: int8 value out of range

Re: [BUGS] Pg 7.2.3 int8 value out of range

2002-10-17 Thread Brian Macy
quot;%ld" /* * We need a #define symbol for sizeof(Datum) for use in some #if tests. */ #define SIZEOF_DATUM 4 Brian Macy Lamar Owen wrote: On Thursday 17 October 2002 09:28 pm, Tom Lane wrote: Brian Macy <[EMAIL PROTECTED]> writes: Only excepts 32bit values and not 64bit. Endia

Re: [BUGS] Pg 7.2.3 int8 value out of range

2002-10-17 Thread Brian Macy
ouble... 8 checking for int8... no checking for uint8... no checking for int64... no checking for uint64... no Brian Macy ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org