ecpg segmentation error

Поиск
Список
Период
Сортировка
От margitsw@t-online.de (Margit Schubert-While)
Тема ecpg segmentation error
Дата
Msg-id 5.1.0.14.2.20040227190614.00a9fb80@pop.t-online.de
обсуждение исходный текст
Ответы Re: ecpg segmentation error  (Michael Meskes <meskes@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: "Gary WAN"
Дата:
Сообщение: About Create Assertion
Следующее
От: Daniel O'Neill
Дата:
Сообщение: Re: Optimizer problem with subselect.c?