Re: Postgres throwing exception for int8 datatype.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Niranjan Shivaratri" <niranjan(dot)shivaratri(at)intransa(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Postgres throwing exception for int8 datatype.
Date: 2002-07-22 20:39:21
Message-ID: 274.1027370361@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Niranjan Shivaratri" <niranjan(dot)shivaratri(at)intransa(dot)com> writes:
> I am running postgres 7.1 version on a Mips platform running Linux (2.4.17sb20020611 version).
> The postgres source is compiled with Montevista cross compiler (gcc version 3.0.1) for the mips platform.

In a cross-compilation setup you'll probably have to adjust configure's
decisions, since it cannot do any AC_TRY_RUN tests. I think it will
default to assuming that 'long long int' does not work. There may be
some other things you don't like, too.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Douglas Trainor 2002-07-23 07:01:13 VACUUM FULL changes the order of rows in a table?
Previous Message Edwin Grubbs 2002-07-22 18:02:27 Re: Bug #672: timestamp() converts timezone in wrong direction