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 1m6GFP-0007y8-Lr for pgsql-docs@arkaria.postgresql.org; Wed, 21 Jul 2021 17:43:07 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1m6GFN-0000g6-N8 for pgsql-docs@arkaria.postgresql.org; Wed, 21 Jul 2021 17:43:05 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m6GFN-0000fe-Gq for pgsql-docs@lists.postgresql.org; Wed, 21 Jul 2021 17:43:05 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m6GFK-0003E6-Ta; Wed, 21 Jul 2021 17:43:04 +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 16LHgsD3712103; Wed, 21 Jul 2021 13:42:55 -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: <202107211721.pnmoavcgidqb@alvherre.pgsql> References: <202107211721.pnmoavcgidqb@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Wed, 21 Jul 2021 13:21:07 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <712101.1626889374.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Wed, 21 Jul 2021 13:42:54 -0400 Message-ID: <712102.1626889374@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alvaro Herrera writes: > Oh, so the current `tar x` knows to uncompress the file without any > additional options? I've been pointlessly adding 'z', 'j', 'a' for year= s ... I wonder whether that's GNU-tar-specific. But we have GNU-isms elsewhere, eg we removed references to "gmake" years ago. If someone is dealing with a tar program that needs the extra option, they probably know what to do. > That means we can remove the `gunzip` line and replace it with nothing. > WFM ... WFM too. The other thing I wonder about is whether the example shouldn't be assuming that you chose the .bz2 file instead of the .gz one. regards, tom lane