On 9 Jan 2008, at 23:45, Tom Lane wrote:
"Andrew Gilligan" <[EMAIL PROTECTED]> writes:
It seems there exists a bug in the way character set conversion
is handled in some circumstances.
Seems to be the bogus pfree() in pg_convert_from() that's causing
the problem :-(. Take that out and you s
"Andrew Gilligan" <[EMAIL PROTECTED]> writes:
> It seems there exists a bug in the way character set conversion
> is handled in some circumstances.
Seems to be the bogus pfree() in pg_convert_from() that's causing
the problem :-(. Take that out and you should be OK.
Thanks for the report!
On 09/01/2008, Andrew Gilligan <[EMAIL PROTECTED]> wrote:
>
> The following bug has been logged online:
>
> Bug reference: 3866
> Logged by: Andrew Gilligan
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.3RC1
> Operating system: FreeBSD 4.11
> Description:Se
The following bug has been logged online:
Bug reference: 3866
Logged by: Andrew Gilligan
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3RC1
Operating system: FreeBSD 4.11
Description:Segfault during table update when using convert_from()
Details:
Greetings,