ecpg segmentation error - Mailing list pgsql-bugs

From margitsw@t-online.de (Margit Schubert-While)
Subject ecpg segmentation error
Date
Msg-id 5.1.0.14.2.20040227190614.00a9fb80@pop.t-online.de
Whole thread Raw
Responses Re: ecpg segmentation error  (Michael Meskes <meskes@postgresql.org>)
List 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

pgsql-bugs by date:

Previous
From: "Gary WAN"
Date:
Subject: About Create Assertion
Next
From: Daniel O'Neill
Date:
Subject: Re: Optimizer problem with subselect.c?