Re: cant execute yyparse() within postgresql - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: cant execute yyparse() within postgresql
Date
Msg-id 200412211927.32623.peter_e@gmx.net
Whole thread Raw
In response to cant execute yyparse() within postgresql  (Sibtay Abbas <sibtay_abbas@yahoo.com>)
Responses Re: cant execute yyparse() within postgresql
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Next
From: Gaetano Mendola
Date:
Subject: Re: RC2 intermittent errors