Re: [Fwd: [TESTERS] Numerics of diffrent scales Raises Type Mismatch Error in a Set Returning Function] - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [Fwd: [TESTERS] Numerics of diffrent scales Raises Type Mismatch Error in a Set Returning Function]
Date
Msg-id 6645.1267926354@sss.pgh.pa.us
Whole thread Raw
In response to [Fwd: [TESTERS] Numerics of diffrent scales Raises Type Mismatch Error in a Set Returning Function]  (Josh Berkus <josh@agliodbs.com>)
Responses Re: [Fwd: [TESTERS] Numerics of diffrent scales Raises Type Mismatch Error in a Set Returning Function]
List pgsql-bugs
Josh Berkus <josh@agliodbs.com> writes:
> I tested Noel's test case and verified that it does, in fact, break.
> And functions on 8.4.

This is an intentional change, as the previous behavior is obviously
wrong.  Try putting in a value that does not conform to numeric(14,2),
such as 42.7777.  It doesn't get converted.

In some future version we might want to think about applying actual data
conversions in such contexts, but right now the tuple conversion code
just insists on exact datatype matches.

The reason for the behavioral change is that plpgsql, which formerly
had really crummy tuple conversion logic with a whole bunch of other
deficiencies besides this one, now shares the logic used by
ConvertRowtypeExpr.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Josh Berkus
Date:
Subject: [Fwd: [TESTERS] Numerics of diffrent scales Raises Type Mismatch Error in a Set Returning Function]
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #5348: Postgres crashes with index on xpath_string