Re: BUG #1276: Backend panics on SETVAL('..', 0)...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sean Chittenden" <sean(at)chittenden(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1276: Backend panics on SETVAL('..', 0)...
Date: 2004-10-03 05:26:42
Message-ID: 28946.1096781202@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> writes:
> ERROR: setval: value 0 is out of bounds for sequence "foo_id_seq"
> (1..9223372036854775807)
> FATAL: block 0 of 1663/97972/98006 is still referenced (private 1, global
> 1)

Does that relation OID actually point to the sequence? I couldn't
duplicate this in desultory testing, so I think there's something
you didn't tell us.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message peter pilsl 2004-10-03 11:31:45 8.0b3: problems with ILIKE and ~* on multibyte-chars
Previous Message PostgreSQL Bugs List 2004-10-03 05:10:03 BUG #1276: Backend panics on SETVAL('..', 0)...