Re: Definition of function base_yylex in version 8.1.4 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Definition of function base_yylex in version 8.1.4
Date
Msg-id 15231.1193491922@sss.pgh.pa.us
Whole thread Raw
In response to Definition of function base_yylex in version 8.1.4  (sayali k <sayali_s_kulkarni@yahoo.co.in>)
Responses Re: Definition of function base_yylex in version 8.1.4
List pgsql-hackers
sayali k <sayali_s_kulkarni@yahoo.co.in> writes:
>   I am having a project in Postgres where I need to modify some code in the parser section of the code base. During
someanalysis I came across a function called "base_yylex" which is called in the function yylex in the file parser.c.
However,I was unable to find the definition of this function due to which I am stuck completely.
 

You need to read the flex manual... (hint: it's generated from scan.l)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Avoiding planning redundant backwards merges
Next
From: Tom Lane
Date:
Subject: Re: Proposal: real procedures again (8.4)