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 1m6E8V-0002Zn-DL for pgsql-docs@arkaria.postgresql.org; Wed, 21 Jul 2021 15:27:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1m6E8U-0005bq-5O for pgsql-docs@arkaria.postgresql.org; Wed, 21 Jul 2021 15:27:50 +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 1m6E8T-0005bi-VE for pgsql-docs@lists.postgresql.org; Wed, 21 Jul 2021 15:27:49 +0000 Received: from out3-smtp.messagingengine.com ([66.111.4.27]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m6E8R-0008QS-9p for pgsql-docs@lists.postgresql.org; Wed, 21 Jul 2021 15:27:48 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 28DFF5C00FB; Wed, 21 Jul 2021 11:27:46 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 21 Jul 2021 11:27:46 -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=Plj4j60p3NirWjzys/m3urGsVwFQH+SrYqSOTjgEU GI=; b=YRMJmxIPMmMWO8vN3O0kRjDWFaUv1xR50xWBJass/0o9Jh38rE52ebxpC vU9Y51z+p784E5cPrrizrZjmPOGD12eyIm4mEWee75Mxuz6Gl9jQkBJ8XAdULcAV Qe+HfO2vtPyWlOaACo8Aq16inW8GukgLP++UzLHYfk5ZoEcXASJz+AoN5xEVx6XS 0c5gM32RpfDa/SBnoajS9OK8FgfBzwN2aSyZtKFhhQ72+KV89uXpvZL3xfTKzmql Bc9u4CjbQElfn8O206YbhT/UYfzpRiNZd/ahSfMoGMjZb5NDnWVxR7C1UZOSLkPJ TebdrdhfdBXxTtONb6bHXJY4XygMQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrfeeggdekudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefuvfhfhffkffgfgggjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvghtvghr ucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnthgvrh hprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeelveehheeuieduieetiedt keeuteelfeetjeffieffudegvdffvdfftdeivdeukeenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghuthes vghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 21 Jul 2021 11:27:43 -0400 (EDT) Subject: Re: Link t the souce code To: Alvaro Herrera , Tom Lane Cc: "Jonathan S. Katz" , "Daniel Westermann (DWE)" , "pgsql-docs@lists.postgresql.org" References: <202107202345.imvyzt5yio5v@alvherre.pgsql> From: Peter Eisentraut Message-ID: <2e2a80d0-ac84-04f4-02ee-e92b745abc74@enterprisedb.com> Date: Wed, 21 Jul 2021 17:27:42 +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: <202107202345.imvyzt5yio5v@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 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.