Re: cant execute yyparse() within postgresql

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: cant execute yyparse() within postgresql
Дата
Msg-id 200412211927.32623.peter_e@gmx.net
обсуждение исходный текст
Ответ на cant execute yyparse() within postgresql  (Sibtay Abbas <sibtay_abbas@yahoo.com>)
Ответы Re: cant execute yyparse() within postgresql
Список pgsql-hackers
Sibtay Abbas wrote:
> i am not able to execute the yyparse() function
> generated by flex from within the pl call handler
> function.

First of all, flex does not generate a yyparse() function.  At most it 
generates yylex().  Second, you can't just ask random, highly specific 
questions out of the blue and expect someone to have an answer for you.  
Why are you calling yyparser(), what happens when you do, what PL 
handlers are you talking about, etc., would be some of the required 
context information.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: RC2 intermittent errors