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 1gr4FX-0001LX-3d for pgsql-docs@arkaria.postgresql.org; Tue, 05 Feb 2019 17:11:07 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gr4FV-0007b4-Qd for pgsql-docs@arkaria.postgresql.org; Tue, 05 Feb 2019 17:11:05 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gr4FV-0007ax-Ks for pgsql-docs@lists.postgresql.org; Tue, 05 Feb 2019 17:11:05 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gr4FT-0006Fm-LH for pgsql-docs@lists.postgresql.org; Tue, 05 Feb 2019 17:11:05 +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 x15HAvZe009650; Tue, 5 Feb 2019 12:10:57 -0500 From: Tom Lane To: Andres Freund cc: "Jonathan S. Katz" , Bruce Momjian , Magnus Hagander , Peter Eisentraut , pgsql-docs@lists.postgresql.org Subject: Re: Release note trimming: another modest proposal In-reply-to: <20190205170150.yim3w67sogqw2dg3@alap3.anarazel.de> References: <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> <72f54463-6912-115e-cb89-1fb552659505@postgresql.org> <20190205170150.yim3w67sogqw2dg3@alap3.anarazel.de> Comments: In-reply-to Andres Freund message dated "Tue, 05 Feb 2019 09:01:50 -0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9648.1549386657.1@sss.pgh.pa.us> Date: Tue, 05 Feb 2019 12:10:57 -0500 Message-ID: <9649.1549386657@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Andres Freund writes: > On 2019-02-05 08:50:16 -0500, Jonathan S. Katz wrote: >> The original thought process was to _not_ do that given the effort, but >> if it's just for `/current/` it may not be so bad. > I think it definitely should also be on /devel/, that's what's out there > on blog posts and such. I am flummoxed that we're just giving up google > juice by willy nilly returning 404 for stuff that's more widely linked > than the average page. It's not like we are that good placed in searches > (although that's primarily related to other things). I thought there was some concern that we were deoptimizing by having multiple copies of substantially the same page. For something like release-9-6-10.html, there's no value in having it appear in three or four different places. You can't even argue that the later branches might be more up-to-date: that text is *the same*, modulo toolchain-forced markup differences, in every branch; or at least if it isn't it means I screwed up. regards, tom lane