Re: Segmentation fault while COPY in 7.3 - Mailing list pgsql-general

From Tom Lane
Subject Re: Segmentation fault while COPY in 7.3
Date
Msg-id 16270.1038725438@sss.pgh.pa.us
Whole thread Raw
In response to Re: Segmentation fault while COPY in 7.3  (Joe Conway <mail@joeconway.com>)
List 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 by date:

Previous
From: Joe Conway
Date:
Subject: Re: Segmentation fault while COPY in 7.3
Next
From: "Nicolai Tufar"
Date:
Subject: Re: Segmentation fault while COPY in 7.3