Re: [BUGS] BUG #3866: Segfault during table update when using convert_from()

2008-01-09 Thread Andrew Gilligan
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

Re: [BUGS] BUG #3866: Segfault during table update when using convert_from()

2008-01-09 Thread Tom Lane
"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!

Re: [BUGS] BUG #3866: Segfault during table update when using convert_from()

2008-01-09 Thread Pavel Stehule
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

[BUGS] BUG #3866: Segfault during table update when using convert_from()

2008-01-09 Thread Andrew Gilligan
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,