Re: Definition of function base_yylex in version 8.1.4

Поиск
Список
Период
Сортировка
От sayali k
Тема Re: Definition of function base_yylex in version 8.1.4
Дата
Msg-id 937414.76477.qm@web7604.mail.in.yahoo.com
обсуждение исходный текст
Ответ на Re: Definition of function base_yylex in version 8.1.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Thanks a lot for these details Tom, I will checkout the scan.l file
Best regards,
Sayali

Tom Lane <tgl@sss.pgh.pa.us> wrote:
sayali k 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

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match



Best regards,
Sayali
 
== ~~~ == ~~~ == ~~~ == ~~~ == ~~~ == ~~~ == ~~~ == ~~~ ==
Happiness is nothing more than a good health and a bad memory
== ~~~ == ~~~ == ~~~ == ~~~ == ~~~ == ~~~ == ~~~ == ~~~ ==


For ideas on reducing your carbon footprint visit Yahoo! For Good this month.

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

Предыдущее
От: sayali k
Дата:
Сообщение: Re: Definition of function base_yylex in version 8.1.4
Следующее
От: Sebastien FLAESCH
Дата:
Сообщение: Re: PostgreSQL 8.3, libpq and WHERE CURRENT OF