Re: [HACKERS] Starting off with the development

2010-11-02 Thread Kevin Grittner
Vaibhav Kaushal vaibhavkaushal...@gmail.com wrote:
 
 What version should I start from? I guess postgresql 9.1 alpha
 would be good.
 
The HEAD of the master branch of the git repository is where
development normally takes place.  You should start by developer
section of the main PostgreSQL web site and the pages to which it
links -- especially the Developer's FAQ page:
 
http://www.postgresql.org/developer/
 
http://wiki.postgresql.org/wiki/Developer_FAQ
 
You also might want to browse the README files in the source
directories.
 
-Kevin

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[HACKERS] Starting off with the development

2010-11-01 Thread Vaibhav Kaushal
Hello,

I think that I want to get indulged in development. Have gone through the
code a bit, Unable to understand so might need some help over there. I hope
I will recieve help.

What version should I start from? I guess postgresql 9.1 alpha would be
good.

Please suggest some other dev version (if they are in progress) if you think
I should start off with. My main work concerns the planner and executor.

Thanks a lot.

-Vaibhav