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 1m6Gjv-0000yq-DB for pgsql-docs@arkaria.postgresql.org; Wed, 21 Jul 2021 18:14:39 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1m6Gjt-0000vk-Ig for pgsql-docs@arkaria.postgresql.org; Wed, 21 Jul 2021 18:14:37 +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 1m6Gjt-0000vb-Cc for pgsql-docs@lists.postgresql.org; Wed, 21 Jul 2021 18:14:37 +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 1m6Gjn-0001Bf-4J; Wed, 21 Jul 2021 18:14:36 +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 16LIEND4713761; Wed, 21 Jul 2021 14:14:23 -0400 From: Tom Lane To: Alvaro Herrera cc: Peter Eisentraut , "Jonathan S. Katz" , "Daniel Westermann (DWE)" , "pgsql-docs@lists.postgresql.org" Subject: Re: Link t the souce code In-reply-to: <202107211758.muukpmvnwxew@alvherre.pgsql> References: <202107211758.muukpmvnwxew@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Wed, 21 Jul 2021 13:58:58 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <713759.1626891263.1@sss.pgh.pa.us> Date: Wed, 21 Jul 2021 14:14:23 -0400 Message-ID: <713760.1626891263@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alvaro Herrera writes: > Seems reasonable -- pushed with that last change. Hm ... actually, now that I read the committed patch, I realize that it's effectively recommending that people build their installations from the latest commit on master. That might be what aspiring PG hackers want to do, but it's quite unlikely that Joe DBA wants to. I think if we're going to recommend pulling the git repo as the way to get the sources, we at least ought to recommend a "git checkout REL_n_STABLE" step, and point out that this gives you branch tip not a released-and-QAed version. On the whole though, I'm having qualms about recommending this in this particular spot, rather than back in Appendix I. Seems like the wrong audience is going to be reading this chapter. regards, tom lane