Re: plpgsql compile failure

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: plpgsql compile failure
Дата
Msg-id 3E7FEE05.6060208@joeconway.com
обсуждение исходный текст
Ответ на plpgsql compile failure  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: plpgsql compile failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> I am seeing the following plpgsql compile failure in CVS:
> 
>     #$ gmake
>     bison -y -d  gram.y
>     NONE:0: /usr/contrib/bin/gm4: ERROR: EOF in string
>     sed -e 's/yy/plpgsql_yy/g' -e 's/YY/PLPGSQL_YY/g' < y.tab.c >
>     ./pl_gram.c
>     /bin/sh: cannot open y.tab.c: no such file
>     gmake: *** [pl.tab.h] Error 2
> 
> I believe it is related to this commit:
>     

I'm seeing the same thing, and I also have bison 1.75. I confirmed that 
by reverting the commit, the problem goes away. Possibly bison version 
related?

Joe



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: plpgsql compile failure
Следующее
От: snpe
Дата:
Сообщение: Re: updateable cursors & visibility