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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3866: Segfault during table update when using convert_from()
Дата
Msg-id 21124.1199922313@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3866: Segfault during table update when using convert_from()  ("Andrew Gilligan" <andy@tcpd.net>)
Ответы Re: BUG #3866: Segfault during table update when using convert_from()  (Andrew Gilligan <andy@tcpd.net>)
Список 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 по дате отправления:

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: BUG #3866: Segfault during table update when using convert_from()
Следующее
От: Andrew Gilligan
Дата:
Сообщение: Re: BUG #3866: Segfault during table update when using convert_from()