Re: I am confused after reading codes of PostgreSQL three week

Поиск
Список
Период
Сортировка
От hom
Тема Re: I am confused after reading codes of PostgreSQL three week
Дата
Msg-id AANLkTi=FwO8GKUFpkr5tYN+H7S_RumaHai9_cb6SPVMU@mail.gmail.com
обсуждение исходный текст
Ответ на Re: I am confused after reading codes of PostgreSQL three week  (Vaibhav Kaushal <vaibhavkaushal123@gmail.com>)
Ответы Re: I am confused after reading codes of PostgreSQL three week
Список pgsql-hackers
2011/3/18 Vaibhav Kaushal <vaibhavkaushal123@gmail.com>:
> Hi,
> That was the question I was facing 5 months ago and trust me I am doing it
> even now. With an average of 6+ hours going into PostgreSQL Code, even with
> best practices (as suggested by the developers) I still think I know less
> than 10 percent. It is too huge to be swallowed at once.
> I too had to break it down into pieces and because everything is so
> interconnected with everything else, it is quite complicated in the
> beginning. Start with one piece; planner, parser, executor, storage
> management whatever and slowly it should help you get the bigger picture.
> regards,
> Vaibhav
> I had to break it into

Thanks Vaibhav .
I have step into parser before but I meet a problem:

when I debug step in the scanner_init(),  Eclipse always finds scan.l
and the excute order is not match the file.
I think it should be scan.c actually but I don't known how to trace
into scan.c :(
PS: I have turn "Search for duplicate source files" option on.

I have posted to the mail list, but it have not solved.

here is the link:
http://postgresql.1045698.n5.nabble.com/Open-unmatch-source-file-when-step-into-parse-analyze-in-Eclipse-td3408033.html

--
Best Wishes!

                                     hom


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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix various possible problems with synchronous replication.
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.