Re: Segmentation fault while COPY in 7.3

From: "Nicolai Tufar" <ntufar(at)apb(dot)com(dot)tr>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Segmentation fault while COPY in 7.3
Date: 2002-12-01 05:09:56
Message-ID: 006201c298f7$e3e365b0$8016a8c0@apb.com.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-general pgsql-hackers

----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Nicolai Tufar 2002-12-01 05:11:31 Re: Hard-coded PUBLIC in pg_dump
Previous Message Tom Lane 2002-12-01 04:57:26 Re: Segmentation fault while COPY in 7.3

Browse pgsql-general by date

  From Date Subject
Next Message Nicolai Tufar 2002-12-01 05:11:31 Re: Hard-coded PUBLIC in pg_dump
Previous Message Tom Lane 2002-12-01 04:57:26 Re: Segmentation fault while COPY in 7.3

Browse pgsql-hackers by date

  From Date Subject
Next Message Nicolai Tufar 2002-12-01 05:11:31 Re: Hard-coded PUBLIC in pg_dump
Previous Message Tom Lane 2002-12-01 05:07:32 Re: Odd optimiser behaviour