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.96) (envelope-from ) id 1wFlxC-005Wvi-2G for pgsql-hackers@arkaria.postgresql.org; Thu, 23 Apr 2026 04:46:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wFlxB-00GwAG-2G for pgsql-hackers@arkaria.postgresql.org; Thu, 23 Apr 2026 04:46:17 +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.96) (envelope-from ) id 1wFlxB-00GwA6-1J for pgsql-hackers@lists.postgresql.org; Thu, 23 Apr 2026 04:46:17 +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.98.2) (envelope-from ) id 1wFlx9-00000002MLh-0ITY for pgsql-hackers@postgresql.org; Thu, 23 Apr 2026 04:46:16 +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 63N4kCHI1373314; Thu, 23 Apr 2026 00:46:12 -0400 From: Tom Lane To: Chao Li cc: PostgreSQL-development Subject: Re: Question about criteria for adding items to the v19 open items wiki page In-reply-to: <65FF114F-A7AF-4A19-BC29-CEB16EC0025E@gmail.com> References: <65FF114F-A7AF-4A19-BC29-CEB16EC0025E@gmail.com> Comments: In-reply-to Chao Li message dated "Thu, 23 Apr 2026 12:36:47 +0800" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <1373312.1776919572.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 23 Apr 2026 00:46:12 -0400 Message-ID: <1373313.1776919572@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Chao Li writes: > Please forgive this probably naive question, as this is the first releas= e cycle I=E2=80=99ve experienced. > I=E2=80=99ve seen people mention putting something on the v19 open items= wiki page many times, but I=E2=80=99m not sure what kinds of things are s= upposed to go there. What should be added there, and are there any criteri= a for deciding that? If you think that we have a new bug in HEAD that was not there in previous releases, feel free to add it to the open-items wiki page. Worst case is that we'll determine it's not an issue and remove it again; but it's better to check such things than not. regards, tom lane