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 1gr28W-00019l-2m for pgsql-docs@arkaria.postgresql.org; Tue, 05 Feb 2019 14:55:44 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gr28S-0002D6-Gi for pgsql-docs@arkaria.postgresql.org; Tue, 05 Feb 2019 14:55:40 +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 1gr28S-0002Ci-6u for pgsql-docs@lists.postgresql.org; Tue, 05 Feb 2019 14:55:40 +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 1gr28P-0006dy-MM for pgsql-docs@lists.postgresql.org; Tue, 05 Feb 2019 14:55:38 +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 x15EtWfu020246; Tue, 5 Feb 2019 09:55:32 -0500 From: Tom Lane To: "Jonathan S. Katz" cc: Andres Freund , 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> <20190205060201.jo3ejddklqxb5a4q@alap3.anarazel.de> <18071.1549375976@sss.pgh.pa.us> Comments: In-reply-to "Jonathan S. Katz" message dated "Tue, 05 Feb 2019 09:17:40 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <20244.1549378532.1@sss.pgh.pa.us> Date: Tue, 05 Feb 2019 09:55:32 -0500 Message-ID: <20245.1549378532@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk "Jonathan S. Katz" writes: > On 2/5/19 9:12 AM, Tom Lane wrote: >> Anyway, if people want something resembling the old presentation, >> I think the way to get there is to have some sort of aggregate >> release notes in a separate place on the web site. We'd discussed >> that briefly upthread, but no one's volunteered to push it through. > I do have one patch for exactly that. Magnus and I disagreed on the > implementation, perhaps we can circle back around and find something we > both agree on. If we do get something like that set up, I'd be inclined to replace the branch-varying "Prior Releases" text I put into release.sgml with a single pointer to that. BTW, while we're thinking about this --- I remembered that as things stand, we've broken my historical practice of putting up first-draft minor release notes for people to look at if they choose. Those will now be in the newest back branch, which we don't have an automatic build-and-post pipeline for, AFAIK. Now, maybe the people who would review those notes are all comfortable with looking at the git commitdiff anyway. But somebody who preferred to wait for the next guaibasaurus run and then look at the website is now out of luck. Would it be possible to drive this aggregation off the git copies of release-NN.sgml (from appropriate branches) instead of the last released versions? Or set up something equivalent to the devel notes pipeline for back branches? regards, tom lane