Re: I am confused after reading codes of PostgreSQL three week - Mailing list pgsql-hackers

From hom
Subject Re: I am confused after reading codes of PostgreSQL three week
Date
Msg-id AANLkTi=FwO8GKUFpkr5tYN+H7S_RumaHai9_cb6SPVMU@mail.gmail.com
Whole thread Raw
In response to Re: I am confused after reading codes of PostgreSQL three week  (Vaibhav Kaushal <vaibhavkaushal123@gmail.com>)
Responses Re: I am confused after reading codes of PostgreSQL three week
List 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 by date:

Previous
From: Thom Brown
Date:
Subject: Re: [COMMITTERS] pgsql: Fix various possible problems with synchronous replication.
Next
From: "Kevin Grittner"
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.