Search Postgresql Archives

Re: Problem restoring db-dump on Postgres 8.0.4 Power5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Peter Alberer" <peter.alberer@xxxxxxxxxxxxx> writes:
> The command 

> CREATE SEQUENCE assignment_task_elements_seq2
>     INCREMENT BY 1
>     MAXVALUE 9223372036854775807
>     NO MINVALUE
>     CACHE 1;

> Causes the following error: MINVALUE (1) must be less than MAXVALUE (-1)

Not for me.  What *exactly* is the platform you are working on; what
compiler did you build Postgres with; and with what options?  It looks
like something is narrowing the 64-bit maxvalue to 32 bits, but it's far
from clear why.

Have you run the PG regression tests on this build, and do they pass
(particularly the int8 test)?

			regards, tom lane


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux