Re: Problem restoring db-dump on Postgres 8.0.4 Power5 - Mailing list pgsql-general

From Tom Lane
Subject Re: Problem restoring db-dump on Postgres 8.0.4 Power5
Date
Msg-id 15870.1136302043@sss.pgh.pa.us
Whole thread Raw
In response to Problem restoring db-dump on Postgres 8.0.4 Power5  ("Peter Alberer" <peter.alberer@wu-wien.ac.at>)
Responses Re: Problem restoring db-dump on Postgres 8.0.4 Power5  ("Peter Alberer" <peter.alberer@wu-wien.ac.at>)
Re: Problem restoring db-dump on Postgres 8.0.4 Power5  ("Peter Alberer" <peter.alberer@wu-wien.ac.at>)
List pgsql-general
"Peter Alberer" <peter.alberer@wu-wien.ac.at> 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

pgsql-general by date:

Previous
From: "Ardian Xharra \(Boxxo\)"
Date:
Subject: Re: Query in postgreSQL version Windows
Next
From: Tom Lane
Date:
Subject: Re: Query in postgreSQL version Windows