Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gqlkd-0002nV-7N for pgsql-docs@arkaria.postgresql.org; Mon, 04 Feb 2019 21:25:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gqlkb-0006gz-Rc for pgsql-docs@arkaria.postgresql.org; Mon, 04 Feb 2019 21:25:57 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gqlkb-0006de-Ic for pgsql-docs@lists.postgresql.org; Mon, 04 Feb 2019 21:25:57 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gqlkZ-0000dt-58 for pgsql-docs@lists.postgresql.org; Mon, 04 Feb 2019 21:25:56 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id x14LPnhQ031323; Mon, 4 Feb 2019 16:25:49 -0500 From: Tom Lane To: "Jonathan S. Katz" cc: Bruce Momjian , Magnus Hagander , Peter Eisentraut , pgsql-docs@lists.postgresql.org Subject: Re: Release note trimming: another modest proposal In-reply-to: References: <19252.1533509841@sss.pgh.pa.us> <20190125233111.GE13803@momjian.us> <16080.1548459680@sss.pgh.pa.us> <20190125234614.GH13803@momjian.us> <8fd2ae88-49de-26f3-def3-e4381cb7e774@postgresql.org> <21920.1548515166@sss.pgh.pa.us> <402d07a0-227b-71b7-0ecd-0b6c379e3cd0@postgresql.org> <18776.1549296730@sss.pgh.pa.us> Comments: In-reply-to "Jonathan S. Katz" message dated "Mon, 04 Feb 2019 11:26:59 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31321.1549315549.1@sss.pgh.pa.us> Date: Mon, 04 Feb 2019 16:25:49 -0500 Message-ID: <31322.1549315549@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk "Jonathan S. Katz" writes: > On 2/4/19 11:12 AM, Tom Lane wrote: >> It's not quite clear to me what the policy would be for removing >> back-branch links from this list when old versions drop out of support. >> Should we go back and remove them in surviving back branches, or just >> change HEAD? > Yeah, that was one of my first thoughts as I reviewed the patch. It's > one of those "once-a-year" things that are easily forgotten (e.g. with > EOL warnings, which is why we updated a few things around that). But as > long as they're added to the process of wrapping for the release, it > does not sound like its a huge burden. After a bit more thought, I'm inclined to propose that the policy be that we *don't* update the surviving back branches for branch retirement. The new wording in release.sgml should be adjusted to clarify this, along the lines of Release notes for prior release branches can be found on the PostgreSQL web site. At the time of release of version 12, these were the supported prior release branches: Release notes for older branches can be found at . In this way, the prior-release notes section just provides some handy links for recent past releases, and isn't purporting to offer up-to-the-minute info on what's in support. regards, tom lane