Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oq7bX-0001i2-Kl for pgsql-novice@arkaria.postgresql.org; Wed, 02 Nov 2022 06:52:03 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oq7bW-0001ib-24 for pgsql-novice@arkaria.postgresql.org; Wed, 02 Nov 2022 06:52:02 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oq7bV-0001iS-OQ for pgsql-novice@lists.postgresql.org; Wed, 02 Nov 2022 06:52:01 +0000 Received: from mail-vs1-xe2e.google.com ([2607:f8b0:4864:20::e2e]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1oq7bT-0006AS-3M for pgsql-novice@lists.postgresql.org; Wed, 02 Nov 2022 06:52:01 +0000 Received: by mail-vs1-xe2e.google.com with SMTP id p4so16215697vsa.11 for ; Tue, 01 Nov 2022 23:51:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=LJdbZ2ig5X7UKuPZJFkWYtUamZTx+emALgx8rJdghnA=; b=OPObOZC6iJJVIgwshS/gxvPXmWXQWWm36vfERzSl68HOuV14XSGKizyXQ366Z1uii9 Cu1xJq5/dvIhmO5kLC0iuJCEUuYIO9uEl4NmSkWUt4H/lMRhVloyaAcZ26UR+yLcJdfX 7RF9ZWPhwqbykajt/cZ/jh89paqaxzqvOUy8wFiG1oEmHiaZYgV+vzBZSeRxNouIr2cC 9tKphshFtGOo0DVjObfwfvt7ITDD78CKyAQsakOxX7/nR7YkQrSjuScXY5XB/iZFO2Jy xgmqAoR/SICK/V2cjI45VAPeqB2K/8jMrTETJzJ3OGYfSQ+NRVNOR3+0ftmk6KKf65Qv Sh4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=LJdbZ2ig5X7UKuPZJFkWYtUamZTx+emALgx8rJdghnA=; b=IKi2fY4u2hV1a33uJhMezAjFUg8H3MExx7jq78MiEAjod/zh8ih4louFW2Nq/CBYqc qb1xwjigEH68W/X0hKX/ZfSlb8wYRsKq/6DcMGBys9U84t4rGcb+7c/HjMo32BS7vHXw bu6D5UiEUDZKtk0bMSVx/b7WKMAp26To702UeQJoAvYrPVKnPmEam8SIrhKzH+OUI7wa vpqc2ooED9P2a1ibbVPOfe8ZHx7oZFQZxjhR0Ot8cv7/jXReCva3K00TZ2inJd7tOLf3 CGXmzbgBGm1fPH3iUCzJ3FlAvMElDc8Lr8DjHaEcrAda2Je9iuVMdD0TinFEmYzAZsgc pJzA== X-Gm-Message-State: ACrzQf1wUeO9MHCk4i3K5AbrNTxvJDh6vxr2y5g5Y9USw2v9y1YLzq/E QYxZ7i4aMss94xBoDHeKTKp3oH6a/GWkiUyMHVb4MRvJse4= X-Google-Smtp-Source: AMsMyM6VZWV/j3rbwO7RcU2lBYliiDsIiFIAch3HPJKSOQIwnq5c4vRFdGgalYDNkF/VPSbVHvdrrZ3twmwKmoe69OI= X-Received: by 2002:a05:6102:cce:b0:3ac:9ffc:ecc3 with SMTP id g14-20020a0561020cce00b003ac9ffcecc3mr8480401vst.44.1667371917412; Tue, 01 Nov 2022 23:51:57 -0700 (PDT) MIME-Version: 1.0 References: <282e268416057de127cab96b4a0ef7b33d0c95c8.camel@cybertec.at> In-Reply-To: <282e268416057de127cab96b4a0ef7b33d0c95c8.camel@cybertec.at> From: Ankit Pandey Date: Wed, 2 Nov 2022 12:21:45 +0530 Message-ID: Subject: Re: newbie pointers for development To: Laurenz Albe , pgsql-novice@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000d88b4305ec7746ab" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000d88b4305ec7746ab Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > Lesson #1: reply to the list. Point noted > Yes, you need to be subscribed to the hackers list, because that's where you submit > patches and reviews. Subscribed and looking at various patches. > The canonical starting point is here: > https://wiki.postgresql.org/wiki/So,_you_want_to_be_a_developer%3F I have also gone through this but still, I am not exactly clear where to start (assuming I can run, build, debug and play with git). Also another question, which email client does everyone use (mostly) for communication? Thanks, Ankit On Wed, Nov 2, 2022 at 11:35 AM Laurenz Albe wrote: > Dear Ankit! > > > > The king's way to learning the ropes is reviewing patches in the > current > > > commitfest. > > > > Thanks Laurenz, will this involve watching patches by subscribing to > pgsql-hackers@lists.postgresql.org mailing list or something else? > > Lesson #1: reply to the list. > > Yes, you need to be subscribed to the hackers list, because that's where > you submit > patches and reviews. > > Yours, > Laurenz Albe > -- > +43-670-6056265 > CYBERTEC PostgreSQL International GmbH > R=C3=B6merstra=C3=9Fe 19, 2752 W=C3=B6llersdorf > Web: https://www.cybertec-postgresql.com > --000000000000d88b4305ec7746ab Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
>=C2=A0 Lesson #1: reply to the list.
Point noted

>= Yes, you need to be subscribed to the hackers list, because that's whe= re you submit
> patches and reviews.
Subscribed=C2=A0and lookin= g at various patches.

> The canonical starting = point is here:
> https://wiki.postgresql.org/wiki/So,_you_want_= to_be_a_developer%3F

I have also gone through=C2=A0t= his but still, I am not exactly clear where to start (assuming I can run, b= uild, debug and play with git).

Also another quest= ion, which email client does everyone use (mostly) for communication?=C2=A0=

Thanks,
Ankit

<= /div>
O= n Wed, Nov 2, 2022 at 11:35 AM Laurenz Albe <laurenz.albe@cybertec.at> wrote:
Dear Ankit!

> > The king's way to learning the ropes is reviewing patches in = the current
> > commitfest.=C2=A0=C2=A0
>
> Thanks Laurenz, will this involve watching patches by subscribing to= =C2=A0pgsql-hackers@lists.postgresql.org mailing list or something else?
Lesson #1: reply to the list.

Yes, you need to be subscribed to the hackers list, because that's wher= e you submit
patches and reviews.

Yours,
Laurenz Albe
--
+43-670-6056265
CYBERTEC PostgreSQL International GmbH
R=C3=B6merstra=C3=9Fe 19, 2752 W=C3=B6llersdorf
Web: https://www.cybertec-postgresql.com
--000000000000d88b4305ec7746ab--