Re: regression in 8.8.2 [was Re: Very strange error]

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Andrea Arcangeli <andrea(at)cpushare(dot)com>, Michael Slattery <slattery(at)angel(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: regression in 8.8.2 [was Re: Very strange error]
Date: 2007-02-06 18:23:29
Message-ID: 20070206182329.GG22166@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruce Momjian wrote:
> Andrea Arcangeli wrote:

> > Actually I'm using the REL8_2_STABLE branch in CVS which may be a bit
> > more advanced than the plain 8.2.2, but still it's supposedly a stable
> > branch.
> >
> > The easiest way for me to reproduce is this:
> >
> > cpushare=> create table x (x NUMERIC(28,2) CHECK(x >= 0));
> > CREATE TABLE
> > cpushare=> insert into x values (0);
> > INSERT 0 1
> > cpushare=> update x set x = 0;
> > ERROR: attribute 1 has wrong type
> > DETAIL: Table has type numeric, but query expects numeric.
> > cpushare=>
> >
> > Comments welcome. Thanks!
>
> This is a known bug in 8.2.2 and we are discussing methods of
> distributing the fix as quickly as possible.

The fix is already in the REL8_2_STABLE branch, so Andrea can certainly
update and confirm if his problem is fixed.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message andrea 2007-02-06 18:23:50 Re: regression in 8.8.2 [was Re: Very strange error]
Previous Message Bruce Momjian 2007-02-06 18:19:28 Re: regression in 8.8.2 [was Re: Very strange error]