Re: BUG #3866: Segfault during table update when using convert_from() - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3866: Segfault during table update when using convert_from()
Date
Msg-id 21124.1199922313@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3866: Segfault during table update when using convert_from()  ("Andrew Gilligan" <andy@tcpd.net>)
Responses Re: BUG #3866: Segfault during table update when using convert_from()
List pgsql-bugs
"Andrew Gilligan" <andy@tcpd.net> 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!

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: BUG #3866: Segfault during table update when using convert_from()
Next
From: Andrew Gilligan
Date:
Subject: Re: BUG #3866: Segfault during table update when using convert_from()