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 1m6FuJ-00074V-LA for pgsql-docs@arkaria.postgresql.org; Wed, 21 Jul 2021 17:21:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1m6FuI-0003Bd-Kr for pgsql-docs@arkaria.postgresql.org; Wed, 21 Jul 2021 17:21:18 +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 1m6FuI-0003BV-Ek for pgsql-docs@lists.postgresql.org; Wed, 21 Jul 2021 17:21:18 +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 1m6FuF-000335-N6 for pgsql-docs@lists.postgresql.org; Wed, 21 Jul 2021 17:21:18 +0000 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 63FEC5C0105; Wed, 21 Jul 2021 13:21:14 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Wed, 21 Jul 2021 13:21:14 -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:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=dLcx+cTCuZFs2O2cKcJZI2JwowW21sy7SK2Z2FAHAnA=; b=Pp3osghu gystv/kpfNyS6J/W29EveUVdbFkVbTFS0Y/zyuYCupHRWDw9CYdvbb5zHZ2ROmv2 0PVAViUUsKa5cy15cudVX7yWNPprImrB0eBEc7XHxvFXBZS+G20h7ZKypniHMtyg oXewJfVq2laruoPjQ6kiek5pCaO/t4+XMzV5Z8p/hVFXbgrhf7stIzwRzI4ypraK Nu1I/daqcSwI/zBQdShLWlYnYbp49Xat8e88DkmsTRhN9eqRXptsfsZttyvy0XLM ObmkoRG0EUPRxtu/MGEnmpJgEjjig//LGOiIZlJiVUpyJQEyv8kKREERUuJ1zzHq h4jiCG2uKdfk2Q== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrfeeggdelkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvuffkgggtugfgjgesthekredttddtjeenucfhrhhomheptehlvhgrrhho ucfjvghrrhgvrhgruceorghlvhhhvghrrhgvsegrlhhvhhdrnhhoqdhiphdrohhrgheqne cuggftrfgrthhtvghrnhepueffvddtffeiteevteeuteffvdelfeevgfeffeetteejieej hfeigeekieeuteejnecuffhomhgrihhnpegvnhhtvghrphhrihhsvggusgdrtghomhdphh grthgvshdqshhofhhtfigrrhgvrdgtohhmnecuvehluhhsthgvrhfuihiivgeptdenucfr rghrrghmpehmrghilhhfrhhomheprghlvhhhvghrrhgvsegrlhhvhhdrnhhoqdhiphdroh hrgh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 21 Jul 2021 13:21:13 -0400 (EDT) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id CD6CA2A09C7; Wed, 21 Jul 2021 13:21:07 -0400 (-04) Date: Wed, 21 Jul 2021 13:21:07 -0400 From: Alvaro Herrera To: Peter Eisentraut Cc: Tom Lane , "Jonathan S. Katz" , "Daniel Westermann (DWE)" , "pgsql-docs@lists.postgresql.org" Subject: Re: Link t the souce code Message-ID: <202107211721.pnmoavcgidqb@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2e2a80d0-ac84-04f4-02ee-e92b745abc74@enterprisedb.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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. WFM ... -- Álvaro Herrera Valdivia, Chile — https://www.EnterpriseDB.com/ "But static content is just dynamic content that isn't moving!" http://smylers.hates-software.com/2007/08/15/fe244d0c.html