Re: Definition of function base_yylex in version 8.1.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: sayali k <sayali_s_kulkarni(at)yahoo(dot)co(dot)in>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Definition of function base_yylex in version 8.1.4
Date: 2007-10-27 13:32:02
Message-ID: 15231.1193491922@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

sayali k <sayali_s_kulkarni(at)yahoo(dot)co(dot)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 some analysis 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-10-27 13:36:10 Re: Proposal: real procedures again (8.4)
Previous Message Tom Lane 2007-10-27 13:21:57 Re: Avoiding planning redundant backwards merges