Re: Problem restoring db-dump on Postgres 8.0.4 Power5

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Peter Alberer" <peter(dot)alberer(at)wu-wien(dot)ac(dot)at>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem restoring db-dump on Postgres 8.0.4 Power5
Date: 2006-01-03 15:27:23
Message-ID: 15870.1136302043@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Peter Alberer" <peter(dot)alberer(at)wu-wien(dot)ac(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-01-03 15:32:12 Re: Query in postgreSQL version Windows
Previous Message Ardian Xharra (Boxxo) 2006-01-03 15:22:31 Re: Query in postgreSQL version Windows