Обсуждение: Postgres throwing exception for int8 datatype.

Поиск
Список
Период
Сортировка

Postgres throwing exception for int8 datatype.

От
"Niranjan Shivaratri"
Дата:
I am running postgres 7.1 version on a Mips platform running Linux (2.4.17s=
b20020611 version).
The postgres source is compiled with Montevista cross compiler (gcc version=
 3.0.1) for the mips platform.=20


Postgres is throwing following exception when a record is inserted with int=
8 datatype. Note that, according to the=20
documentation, int8 is signed eight-byte integer.=20

The value '1027103669840' is well below the max range of int8.
This problem does not happen on X86 platform.=20


 DBM:ExceptionDB: SQL:INSERT INTO PerfCpuSample VALUES ('1027103669840','sb=
1test','0.0452452')
=20
 ExceptionDB: ERROR:  int8 value out of range: "1027103669840"
 DBM:ExceptionDB: CODE =3D 5.


Any help is appreciated very much.

Thanks very much.=20

Niranjan.=20

Re: Postgres throwing exception for int8 datatype.

От
Tom Lane
Дата:
"Niranjan Shivaratri" <niranjan.shivaratri@intransa.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

Re: Postgres throwing exception for int8 datatype.

От
Bruce Momjian
Дата:
Looks like an ODBC error.  Is it?  Have you tried the newest odbc at
odbc.postgresq.org?


---------------------------------------------------------------------------

Niranjan Shivaratri wrote:
> 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.
>
>
> Postgres is throwing following exception when a record is inserted with int8 datatype. Note that, according to the
> documentation, int8 is signed eight-byte integer.
>
> The value '1027103669840' is well below the max range of int8.
> This problem does not happen on X86 platform.
>
>
>  DBM:ExceptionDB: SQL:INSERT INTO PerfCpuSample VALUES ('1027103669840','sb1test','0.0452452')
>
>  ExceptionDB: ERROR:  int8 value out of range: "1027103669840"
>  DBM:ExceptionDB: CODE = 5.
>
>
> Any help is appreciated very much.
>
> Thanks very much.
>
> Niranjan.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026