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

From Nicolai Tufar
Subject Re: Segmentation fault while COPY in 7.3
Date
Msg-id 006201c298f7$e3e365b0$8016a8c0@apb.com.tr
Whole thread Raw
In response to Segmentation fault while COPY in 7.3  ("Nicolai Tufar" <ntufar@apb.com.tr>)
Responses Re: Segmentation fault while COPY in 7.3  (Joe Conway <mail@joeconway.com>)
List pgsql-general
----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
>
> Hm.  Offhand it would seem that somebody's output function is returning
> a non-palloc'd string.  What are the datatypes in that table, exactly?

apb=> \d maras2.mrk_yyn
           Table "maras2.mrk_yyn"
 Column  |         Type          | Modifiers
---------+-----------------------+-----------
 bsvr_no | character varying(10) |
 yyn_tur | character varying(1)  |
 yyn_no  | numeric               |
 yyn_syf | numeric               |
 yyn_trh | date                  |

apb=>

> regards, tom lane

Thanks for attention.
Regards,
Nic



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Segmentation fault while COPY in 7.3
Next
From: Joe Conway
Date:
Subject: Re: Segmentation fault while COPY in 7.3