ecpg segmentation error

From: margitsw(at)t-online(dot)de (Margit Schubert-While)
To: pgsql-bugs(at)postgresql(dot)org
Subject: ecpg segmentation error
Date: 2004-02-27 18:16:43
Message-ID: 5.1.0.14.2.20040227190614.00a9fb80@pop.t-online.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Following cursor declaration which worked in 7.3.4, produces
a seg fault with 7.4.1 and todays cvs.

exec sql
declare functestcur0 scroll cursor for
select oid, * into
:rownum
,:sfunckey
,:sfuncfill
from functest
where funckey between :xsfunckey
and :efunckey
order by funckey
;
(All referenced variables are declared correctly)

Margit

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Margit Schubert-While 2004-02-27 18:24:18 ecpg multidimensional arrays
Previous Message Tom Lane 2004-02-27 16:59:34 Re: BUG #1086: lower and upper functions