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 1m6Gem-0000oW-Pf for pgsql-docs@arkaria.postgresql.org; Wed, 21 Jul 2021 18:09:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1m6Gel-0007s6-Cg for pgsql-docs@arkaria.postgresql.org; Wed, 21 Jul 2021 18:09:19 +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 1m6Gek-0007rx-Ci for pgsql-docs@lists.postgresql.org; Wed, 21 Jul 2021 18:09:19 +0000 Received: from out4-smtp.messagingengine.com ([66.111.4.28]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m6Gea-0003Qc-Cw for pgsql-docs@lists.postgresql.org; Wed, 21 Jul 2021 18:09:16 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 440975C0148; Wed, 21 Jul 2021 14:09:05 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Wed, 21 Jul 2021 14:09:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=aoFxzIlVVDiODTvPUOGLpuJkcVb6+85ddEaULqNGv qw=; b=OJu67roNaaOrCdJg50DG4fCfDuE508SMku4tmBBUGO3uOBpC0V9huCbdc DRxXzWzITaMkTwSd+nNwmvRY52SHXxE1DP2RD93B4ba5BOWWBnq1wEMuaHsh3MjL g5TpWYO2dtJVGmAkVAnGqLKYee4mn44lx7GJA3nPyowkO+zNIK8g+6UzETbewtY9 VOGq5nbNZx+RL2MACEu3SizMdEwxH5qhQSs4DMdZGUceYrht63koJvpCbea/qaZN I+zcKtSHKYRulngtLIk5uOtoqzn8RPxfUO5ha7Gw/RJppkbMjvePeNT5jmHXFP+K D6nIYR1++E002QDQ/ljGyUHt00EdA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrfeeggddutdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepuffvfhfhkffffgggjggtgfesthejredttdefjeenucfhrhhomheprfgvthgv rhcugfhishgvnhhtrhgruhhtuceophgvthgvrhdrvghishgvnhhtrhgruhhtsegvnhhtvg hrphhrihhsvggusgdrtghomheqnecuggftrfgrthhtvghrnhepleevheehueeiudeiteei tdekueetleefteejffeiffdugedvffdvffdtiedvueeknecuvehluhhsthgvrhfuihiivg eptdenucfrrghrrghmpehmrghilhhfrhhomhepphgvthgvrhdrvghishgvnhhtrhgruhht segvnhhtvghrphhrihhsvggusgdrtghomh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 21 Jul 2021 14:09:02 -0400 (EDT) Subject: Re: Link t the souce code To: Alvaro Herrera Cc: Tom Lane , "Jonathan S. Katz" , "Daniel Westermann (DWE)" , "pgsql-docs@lists.postgresql.org" References: <202107211721.pnmoavcgidqb@alvherre.pgsql> From: Peter Eisentraut Message-ID: <064d5f63-116d-3291-0d5d-88748464b448@enterprisedb.com> Date: Wed, 21 Jul 2021 20:09:00 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <202107211721.pnmoavcgidqb@alvherre.pgsql> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 21.07.21 19:21, Alvaro Herrera wrote: > On 2021-Jul-21, Peter Eisentraut wrote: > >> On 21.07.21 01:45, Alvaro Herrera wrote: >>> >>> -gunzip postgresql-&version;.tar.gz >>> -tar xf postgresql-&version;.tar >>> +tar xfa postgresql-&version;.tar.gz >>> >> >> The "a" option only applies when creating a tar archive ("c" command). So >> adding it here does nothing. > > Oh, so the current `tar x` knows to uncompress the file without any > additional options? I've been pointlessly adding 'z', 'j', 'a' for years ... > That means we can remove the `gunzip` line and replace it with nothing. Unless you want to assume GNU tar, the gunzip is still necessary.