Thanks for that informative article. :) Taught me a few new points about Eclipse :)
On Sun, Nov 21, 2010 at 2:29 PM, Leonardo Francalanci <m_lists@yahoo.it> wrote:
> Here's my single biggest tip for newcomers to the Postgres source: > if you don't use ctags, glimpse, or some other tool that can quickly > show you all references to a given identifier, go out and get one. > It's one of the easiest ways to learn about things.
I guess Eclipse is the best tool for the "newcomer" as it gives you all the references very easily and shows the functions/structs declaration when you pass with the mouse over one...