Re: newbie pointers for development

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Ankit Pandey <itsankitkp(at)gmail(dot)com>, pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: newbie pointers for development
Date: 2022-11-01 13:47:24
Message-ID: d1d74a85f7bcd387afc59208fdebeb8e9eb668ff.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, 2022-11-01 at 18:05 +0530, Ankit Pandey wrote:
> I am new to pg hacking and would need some pointers to contribute. I looked into the todo
> list but it is filled more with feature enhancements (will take some time to get there).
> If I could get some pointers for beginner friendly issues/bugs, I would be glad.
> Note: I am able to step through (via gdb) the whole backend process while it runs queries,
> so I have some initial setup to get going.

The canonical starting point is here:
https://wiki.postgresql.org/wiki/So,_you_want_to_be_a_developer%3F

The king's way to learning the ropes is reviewing patches in the current
commitfest. That will familiarize you with the conversation style on the
mailing lists, with the development cycle and with the code.

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Ankit Pandey 2022-11-02 06:51:45 Re: newbie pointers for development
Previous Message Ankit Pandey 2022-11-01 12:35:25 newbie pointers for development