Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tvgYs-0075KY-MU for pgsql-hackers@arkaria.postgresql.org; Fri, 21 Mar 2025 17:53:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tvgYr-00CgeE-5A for pgsql-hackers@arkaria.postgresql.org; Fri, 21 Mar 2025 17:53:37 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tvgYq-00CgbW-Ri for pgsql-hackers@lists.postgresql.org; Fri, 21 Mar 2025 17:53:36 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tvgYo-000MH8-2l for pgsql-hackers@lists.postgresql.org; Fri, 21 Mar 2025 17:53:35 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 52LHrRZr1579214; Fri, 21 Mar 2025 13:53:27 -0400 From: Tom Lane To: Peter Eisentraut cc: Jelte Fennema-Nio , PostgreSQL Hackers , Peter Geoghegan , Maciek Sakrejda Subject: Re: Next commitfest app release is planned for March 18th In-reply-to: <4c3ed20a-e2db-463f-829f-deef59e4e739@eisentraut.org> References: <4c3ed20a-e2db-463f-829f-deef59e4e739@eisentraut.org> Comments: In-reply-to Peter Eisentraut message dated "Fri, 21 Mar 2025 17:41:03 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1579212.1742579607.1@sss.pgh.pa.us> Date: Fri, 21 Mar 2025 13:53:27 -0400 Message-ID: <1579213.1742579607@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Peter Eisentraut writes: > I have a few pieces of feedback that could be addressed by additional > rules for how things are listed in the dashboard: > - If I'm the committer for a patch but not a reviewer, and the patch is > in "needs review" status, then the patch is formally speaking not > actionable by me and should not be under "Patches that are ready for > your review". Perhaps it should be under "Blocked on others" [namely > the reviewers], or in a different category. > - Conversely, if I'm the reviewer for a patch but not the committer, and > the patch is in "ready for committer" status, then it's also not > "Patches that are ready for your review". This might similarly be > "Blocked on others" [namely the committer]. Both of these things would work correctly only for patches that you have already claimed as committer. I'm not sure about other people, but I rarely claim a patch as committer until I'm actually on the verge of committing it. I might mark myself as reviewer sometime sooner than that, in which case your second proposal would be a net negative for me. I don't think we should encourage committers to claim patches early, because then they are a single point of failure (work-stoppage) in a way that a reviewer is not. Maybe we need a way for committers to mark patches as things they want to pay attention to, without thereby blocking other committers from taking up the patch? > - Also, my dashboard shows patches from past and future commitfests. I > don't know what I'm supposed to do with that. The purpose of having a > "current" commitfest is that you work on that one when it's current. This might make sense for the patch author, but I agree it's not appropriate for anyone else. regards, tom lane