Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nACPF-0001nM-F2 for pgsql-hackers@arkaria.postgresql.org; Wed, 19 Jan 2022 14:57:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nACPE-0005Mp-Bg for pgsql-hackers@arkaria.postgresql.org; Wed, 19 Jan 2022 14:57:48 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nACPE-0005MX-2j for pgsql-hackers@lists.postgresql.org; Wed, 19 Jan 2022 14:57:48 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nACPB-0005uN-R6 for pgsql-hackers@lists.postgresql.org; Wed, 19 Jan 2022 14:57:47 +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 20JEvdh1504783; Wed, 19 Jan 2022 09:57:40 -0500 From: Tom Lane To: Daniel Gustafsson cc: Peter Eisentraut , Magnus Hagander , Tim McNamara , PostgreSQL Hackers Subject: Re: New developer papercut - Makefile references INSTALL In-reply-to: References: <730dae39-abaa-4140-893b-95d732fed003@www.fastmail.com> <4EE5D9D9-AE71-4830-8DEE-01E91565244B@yesql.se> <20CFEB28-9CF8-4AD8-BB7F-0E8A9EDA8BA7@yesql.se> <1ce1430e-1f1b-32da-b6c9-9b63153c51d9@enterprisedb.com> Comments: In-reply-to Daniel Gustafsson message dated "Wed, 19 Jan 2022 14:54:14 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <504781.1642604259.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Wed, 19 Jan 2022 09:57:39 -0500 Message-ID: <504782.1642604259@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Daniel Gustafsson writes: > I ended up pushing this with the URL in place as there IMO was consensus= in the > thread for including it. We could if we want to update it to point to v= 15 docs > once we branch off, but anything more than that is probably in the dimin= ishing > returns territory in terms of effort involved. I think pointing at devel is fine, since this text is mostly aimed at developers or would-be developers anyway. regards, tom lane