BUG #3706: ecpg regression: "MOVE FORWARD"

Поиск
Список
Период
Сортировка
От Scott Bailey
Тема BUG #3706: ecpg regression: "MOVE FORWARD"
Дата
Msg-id 200710291544.l9TFiqXn051586@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #3706: ecpg regression: "MOVE FORWARD"  ("Bailey, Scott" <scott.bailey@eds.com>)
Re: BUG #3706: ecpg regression: "MOVE FORWARD"  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      3706
Logged by:          Scott Bailey
Email address:      scott.bailey@eds.com
PostgreSQL version: 8.3beta1
Operating system:   Tru64
Description:        ecpg regression: "MOVE FORWARD"
Details:

The following statement:

exec sql MOVE FORWARD :RowMove IN Sniffer;

which worked correctly in 8.2.4 and previous versions, now fails to compile
in 8.3beta1; I receive the following error message:

ERROR: fetch/move count must not be a variable.

This sucks and I couldn't find anything about it in the TODO list or Release
Notes. Is this unintentional, or should I be recoding my program to use a
loop to move forward 1 row at a time?

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Jakub Ouhrabka
Дата:
Сообщение: Re: Possible planner bug/regression introduced in 8.2.5
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Possible planner bug/regression introduced in 8.2.5