Re: Segmentation fault while COPY in 7.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Segmentation fault while COPY in 7.3
Дата
Msg-id 16270.1038725438@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Segmentation fault while COPY in 7.3  (Joe Conway <mail@joeconway.com>)
Список pgsql-general
Ohhh ...

Nicolai, are you running with a client encoding different from server
encoding?

I'm thinking that the real problem is that pg_server_to_client() can
return its input pointer as its result, meaning that CopyAttributeOut
might try to pfree() its input.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Segmentation fault while COPY in 7.3
Следующее
От: "Nicolai Tufar"
Дата:
Сообщение: Re: Segmentation fault while COPY in 7.3