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 1opqUY-0007x5-ON for pgsql-novice@arkaria.postgresql.org; Tue, 01 Nov 2022 12:35:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1opqUW-0005KA-2I for pgsql-novice@arkaria.postgresql.org; Tue, 01 Nov 2022 12:35:40 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1opqUV-0005K1-OV for pgsql-novice@lists.postgresql.org; Tue, 01 Nov 2022 12:35:39 +0000 Received: from mail-vk1-xa2f.google.com ([2607:f8b0:4864:20::a2f]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1opqUT-0006SN-Gk for pgsql-novice@lists.postgresql.org; Tue, 01 Nov 2022 12:35:38 +0000 Received: by mail-vk1-xa2f.google.com with SMTP id u2so696211vkl.3 for ; Tue, 01 Nov 2022 05:35:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=slAtdmVWfQS4gfRaV9nud8t7jfBggwMfAlfPppsRcV8=; b=oxotbpHxjptTHndjXI3eQl8YEMVZUVG60uf2bLdKk7roUj6ohd3Z0Fp0r8ksSpD7F0 CNUznip8c8lI+c+NPlbpiSLxDE2auQ/LXmYdy/baZ+l4AzPtNDo2ZgDhqX7r84uxf6b3 V2WZy/giuIo68y17l2NqTeq4/ixJoCU9HFO/FL+6zkPtaFzLMTl9oA1bPjpNI6vmTGyv o7yDJBvA0jDgwL0vgzbEPgeQFoGAdcI3YOe8dgRyEUrzdXqUwVb1L1jYGSMo6nI6jXrX DPlTFfN6y18Yhc70YVeyu+BAr4VYALkoRBeJeHUl0Yp53whlYYYxMoq0SELlutWOArdK aCdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=slAtdmVWfQS4gfRaV9nud8t7jfBggwMfAlfPppsRcV8=; b=SjoVVsAmJxl8UiWOMuWAfU5FqSGB2/D+yNgY/z7jDRnY8t02EVOgR5dckyGky83PuF s/NAm+eLEQO22JjMFDLX5OIYbuAi75biRSxpExX9p16YzdV57DkpMziTxCESmCUS3z/p JZ+YD4T2HYTwJJLGV5Yqu+52XThCwUXe9buoswTJnVJ+0TpZvVej5gYv56bEmkNxw0JI a0f+9TSHnmtYq8a4HVoEcRDaXhISwpFTBFfodA9yE3d1rZxO+iWzvkhJOX4o6TZAviha 01qHkW2GqRDWixvgT6bp9Qb/G3jRM2pXTRf2Ft7MhUZZXOGDUeK7shR8x3T5CveBs7zN AZbw== X-Gm-Message-State: ACrzQf2jlyqX1HRLZgGq41IXga6AcWnvaAiYm3zy2LRQzkNaGLO3Codg CnUv/KZ21H0xAt8c1sOpGqCJCzVHWDhwlPgWp5E0ET0E X-Google-Smtp-Source: AMsMyM4YSP0jMjjX8gpBhbq7HvBpTe+sPN3/ZWWehIlTLV4g1gdUau1XzUapaKwGmOjs4WB8/V2tv+9Bjti2O2NENBo= X-Received: by 2002:a1f:1d02:0:b0:3b8:5aa1:1001 with SMTP id d2-20020a1f1d02000000b003b85aa11001mr1167204vkd.34.1667306136147; Tue, 01 Nov 2022 05:35:36 -0700 (PDT) MIME-Version: 1.0 From: Ankit Pandey Date: Tue, 1 Nov 2022 18:05:25 +0530 Message-ID: Subject: newbie pointers for development To: pgsql-novice@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000fa1bca05ec67f5c2" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000fa1bca05ec67f5c2 Content-Type: text/plain; charset="UTF-8" Hello, 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. Thanks, Ankit --000000000000fa1bca05ec67f5c2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I am new to pg hacking and would= need some pointers to contribute. I looked into the todo list but it is fi= lled more with feature enhancements (will take some time to get there). If = I could get some pointers for beginner friendly=C2=A0issues/bugs, I would b= e glad.
Note: I am able to step through (via gdb) the whole backe= nd process while it runs queries, so I have some initial setup to get going= .

Thanks,
Ankit=C2=A0
--000000000000fa1bca05ec67f5c2--