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 1ncqh7-0001wP-3D for pgsql-hackers@arkaria.postgresql.org; Fri, 08 Apr 2022 15:38:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ncqh5-0007j2-W6 for pgsql-hackers@arkaria.postgresql.org; Fri, 08 Apr 2022 15:38:39 +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 1ncqe4-0003HU-Qf for pgsql-hackers@lists.postgresql.org; Fri, 08 Apr 2022 15:35:32 +0000 Received: from mail-qv1-f53.google.com ([209.85.219.53]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ncqe2-0003KY-5D for pgsql-hackers@lists.postgresql.org; Fri, 08 Apr 2022 15:35:31 +0000 Received: by mail-qv1-f53.google.com with SMTP id x5so7752320qvk.4 for ; Fri, 08 Apr 2022 08:35:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=zqHSEA1IeZ8oBTgDTZ0kpZFRwF9H2b1T8JtlitrHwv8=; b=2/uuFYf4R+A3DeCBAEK0J4tvw8TCp07GtPv7GRKEQUHk4fGpBVxmDg38VuTKIAm606 RQZjR3Eb2qE8kipL0MngdsAThsfcMUD0g5qVYJPnur3Z6C18IZihHWS+wiB07chr+JVH GHDoLhBHGMi3c9OnMwpTDqiwltt3FGQ/3eS24E8Prm3lUElAXWDQzyKIslNKgehgF8jC IrdFoqCYf4x2mFJBP8vyJMM8mHhQFFKLgeZiwgrw0egZVw0QQFzdHuneMMuoslNZ7kJ/ L4yug9y9Q7YdmBf4pYossItmmeIKaUABqniO2DqXpQEXiXKnXqC1dha97Wjxq02qhcnR 5V8w== X-Gm-Message-State: AOAM533nUW4RWnebLpjeF+64GLxeT/jXcA2QJ3yRQP7ywJyVDWKDJMGe woALb1eLsY9lVc5diKsBQDZWzjuAdtMOSzaGLuI1Gut3 X-Google-Smtp-Source: ABdhPJyNQ1SeJr6lZrlgwlRyCKGcC/jQ9LsETL5x4li2E2rfZvB1nW4iKpBIVdPSGRXJvq8HJ8AuMoP+SFypLkZ44jk= X-Received: by 2002:ad4:5d6e:0:b0:441:4b26:4d56 with SMTP id fn14-20020ad45d6e000000b004414b264d56mr16314416qvb.49.1649432129082; Fri, 08 Apr 2022 08:35:29 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Greg Stark Date: Fri, 8 Apr 2022 11:34:53 -0400 Message-ID: Subject: Re: Commitfest Closed To: PostgreSQL Hackers Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I moved to next CF almost all the Needs Review and Waiting on Author patches. The remaining ones are either: 1) Bug fixes, Documentation, or testing patches that we may want to make Open Issues 2) Patches that look like we may want to mark Rejected or Returned with Feedback and start a new discussion 3) Patches whose email history confused me, such as where multiple patches are under discussion I also haven't gone through the Ready for Committer patches yet. I'll do that at the end of the day. Incidentally I marked a lot of the Waiting on Author patches as Needs Review before moving to the next CF because generally I think they were only Waiting on Author because of the cfbot failures and they were waiting on design feedback. Also, as another aside, I find a lot of the patches that haven't been reviewed were patches that were posted without any specific concerns or questions. That tends to imply the author thinks the patch is ready and just waiting on a comprehensive review which is a daunting task. I would suggest if you're an author posting a WIP and there's some specific uncertainties that you have about the patch that asking about them would encourage reviewers to dive in and help you make progress.