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 1wCSQE-0020PW-1I for pgsql-hackers@arkaria.postgresql.org; Tue, 14 Apr 2026 01:18:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wCSQC-009Jn1-2Q for pgsql-hackers@arkaria.postgresql.org; Tue, 14 Apr 2026 01:18:33 +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.96) (envelope-from ) id 1wCSQC-009Jms-1S for pgsql-hackers@lists.postgresql.org; Tue, 14 Apr 2026 01:18:33 +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.98.2) (envelope-from ) id 1wCSQB-00000000wUy-1IZU for pgsql-hackers@lists.postgresql.org; Tue, 14 Apr 2026 01:18:33 +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 63E1IT6S1432678; Mon, 13 Apr 2026 21:18:29 -0400 From: Tom Lane To: Chao Li cc: Robert Treat , Amit Kapila , Peter Smith , PostgreSQL Hackers Subject: Re: Add missing period to HINT messages In-reply-to: References: <9FE5AA84-F1A1-4E1C-8EF8-3AFD6C46B318@gmail.com> <0B7E46E8-EA1B-48AA-A1A5-BC39B5073D40@gmail.com> Comments: In-reply-to Chao Li message dated "Tue, 14 Apr 2026 09:10:42 +0800" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <1432676.1776129509.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Mon, 13 Apr 2026 21:18:29 -0400 Message-ID: <1432677.1776129509@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Chao Li writes: > I don’t see a branch for 19 is cut out, so is HEAD still 19 today? Yes. We typically don't make the branch until after beta1. It definitely has to happen before the first CF for the new cycle opens, but up till that point we tend to think it'd just double the committing work for bug fixes, as well as encourage people to work on new development at a time they should be working on stabilizing/testing the release. In recent years it's tended to happen late June (grep the commit log for "Stamp HEAD as ..."). regards, tom lane