Re: maxint reached?

From: Daniel Kalchev <daniel(at)digsys(dot)bg>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: maxint reached?
Date: 2002-04-03 07:09:34
Message-ID: 200204030709.g3379Yu05264@dcave.digsys.bg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>Tom Lane said:
> Daniel Kalchev <daniel(at)digsys(dot)bg> writes:
> > So in essence this means that my best bet is to again dump/reload the
> > database...
>
> Either that or fix your queries to cast the literals explicitly.

There is more to it:

customer=# select max(oid) from croute;
max
-------------
-2144025472
(1 row)

How to handle this?

Daniel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Kalchev 2002-04-03 07:11:06 Re: maxint reached?
Previous Message Mark kirkwood 2002-04-03 07:00:06 Re: Re : Solaris Performance - Profiling (Solved)