Re: plpgsql Cursor Mismatched Parentheses

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plpgsql Cursor Mismatched Parentheses
Дата
Msg-id 9215.1026481156@sss.pgh.pa.us
обсуждение исходный текст
Ответ на plpgsql Cursor Mismatched Parentheses  (<cnliou@eurosport.com>)
Список pgsql-general
<cnliou@eurosport.com> writes:
>   OPEN c(o,y1,m1,y2,m2);

> database=# select test(2002,5);
> NOTICE:  plpgsql: ERROR during compile of test near
> line 17
> ERROR:  mismatched parentheses

I broke this case shortly before 7.2 release, and it didn't get detected
till after :-(.  If you want to recompile, you can replace
src/pl/plpgsql/src/gram.y with version 1.29.2.1, see
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: again trouble
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: was there a change in FreeBSD SHM implementation from