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 1s7i77-006yIh-Rr for pgsql-hackers@arkaria.postgresql.org; Thu, 16 May 2024 20:54:11 +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 1s7i77-00FLFg-Ml for pgsql-hackers@arkaria.postgresql.org; Thu, 16 May 2024 20:54:09 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s7i77-00FLFY-CT for pgsql-hackers@lists.postgresql.org; Thu, 16 May 2024 20:54:09 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s7i73-000bB8-Un for pgsql-hackers@postgresql.org; Thu, 16 May 2024 20:54:08 +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 44GKs4sm2169633; Thu, 16 May 2024 16:54:04 -0400 From: Tom Lane To: Melanie Plageman cc: Robert Haas , "pgsql-hackers@postgresql.org" Subject: Re: commitfest.postgresql.org is no longer fit for purpose In-reply-to: References: Comments: In-reply-to Melanie Plageman message dated "Thu, 16 May 2024 16:46:16 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2169631.1715892844.1@sss.pgh.pa.us> Date: Thu, 16 May 2024 16:54:04 -0400 Message-ID: <2169632.1715892844@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Melanie Plageman writes: > I was reflecting on why a general purpose patch tracker sounded > appealing to me, and I realized that, at least at this time of year, I > have a few patches that really count as "waiting on author" that I > know I need to do additional work on before they need more review but > which aren't currently my top priority. I should probably simply > withdraw and re-register them. My justification was that I'll lose > them if I don't keep them in the commitfest app. But, I could just, > you know, save them somewhere myself instead of polluting the > commitfest app with them. I don't know if others are in this > situation. Anyway, I'm definitely currently guilty of parking. It's also nice that the CF app will run CI for you, so at least you can keep the patch building if you're so inclined. David J. had a suggestion for this too upthread, which was to create a separate slot for WIP patches that isn't one of the dated CF slots. It's hard to argue that such patches need to be in "the CF app" at all, if you're not actively looking for review. But the CI runs and the handy per-author patch status list make the app very tempting infrastructure for parked patches. Maybe we could have a not-the-CF app that offers those amenities? regards, tom lane