Re: BUG #2040: buggy cast of INT8 to text - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2040: buggy cast of INT8 to text
Date
Msg-id 11312.1131981913@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2040: buggy cast of INT8 to text  ("Sebastien MAYER" <sebastien.mayer@briosoft.com>)
List pgsql-bugs
"Sebastien MAYER" <sebastien.mayer@briosoft.com> writes:
> -- next line give some strange result... but not always
>    var_text := 'the value of var_int8 is ' || var_int8;

Couldn't duplicate a problem here ... you need to give a reproducible
test case if you want anyone to look into this.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: BUG #2042: Installation failed
Next
From: Tom Lane
Date:
Subject: Re: field-update in before-trigger causes distinct to 'fail', new in v8.1 versus v8.0.4, demo-sql included