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 1nhHvy-0001eu-Fr for pgsql-hackers@arkaria.postgresql.org; Wed, 20 Apr 2022 21:32:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nhHvw-0002BM-7l for pgsql-hackers@arkaria.postgresql.org; Wed, 20 Apr 2022 21:32:20 +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 1nhHvv-0002BD-Q7 for pgsql-hackers@lists.postgresql.org; Wed, 20 Apr 2022 21:32:19 +0000 Received: from out5-smtp.messagingengine.com ([66.111.4.29]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nhHvp-00042L-0W for pgsql-hackers@postgresql.org; Wed, 20 Apr 2022 21:32:18 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F10585C00E3; Wed, 20 Apr 2022 17:32:11 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 20 Apr 2022 17:32:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; t=1650490331; x=1650576731; bh=9ZxIUAkPQOT9/O4BeleOPBDR6C1h +QFDfR0BOFMdfFI=; b=nP+DjGfRTQerLlkVKc6t4BSxmaPV7dTtB1cPC2AZGMz1 m7yZzjq8w/BiirOEeRqFvvgdq90iha1B1CLiRvhXcQpaEydlsvKZ3bZIizA0IsT6 EayCMIxkYbEFKzzh8qDsI9Q5unmRKrLGVdxvThCrSNFnNvTf2ikdkvoloSz5SVuL 2Rnkt1VExFU41rNiV60kMvxypaEU7+xPGKyfDwX6sVtR1IWiAGRW2vVi2H1zQw3z dDTvHVlFMX5QkjzjXbOQBnnLSDTu8j/tv2Uw1lCVy7JttkGCyjW6IcmsIjdHJWci D9ghmKb0GF8wyCYAhb53rXQv+a7ucGA4GOGe2W21ow== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrtddtgddufeeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvfevuffkgggtugfgjgesmhekreertddtjeenucfhrhhomheptehlvhgr rhhoucfjvghrrhgvrhgruceorghlvhhhvghrrhgvsegrlhhvhhdrnhhoqdhiphdrohhrgh eqnecuggftrfgrthhtvghrnhepudelkeekgfdttdettdekgfduvdeiffelteegjeeihfet heekveeftedtuddvhfeunecuffhomhgrihhnpegvnhhtvghrphhrihhsvggusgdrtghomh enucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegrlhhv hhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorhhg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 20 Apr 2022 17:32:10 -0400 (EDT) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 20DEE2A1008; Wed, 20 Apr 2022 23:32:08 +0200 (CEST) Date: Wed, 20 Apr 2022 23:32:08 +0200 From: Alvaro Herrera To: Justin Pryzby Cc: David Rowley , pgsql-hackers@postgresql.org, Fabien COELHO , Amit Kapila Subject: Re: typos Message-ID: <202204202132.qu3fgasip3o5@alvherre.pgsql> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="jyqdysgqa2udyq5n" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <202204191105.uy6j3whgxbnh@alvherre.pgsql> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --jyqdysgqa2udyq5n Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On 2022-Apr-19, Alvaro Herrera wrote: > I propose we standardize on Zstd everywhere. > Users can look it up if they're really interested. So the attached. There are other uses of zstd, but those are referring to the executable program. -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/ "No necesitamos banderas No reconocemos fronteras" (Jorge González) --jyqdysgqa2udyq5n Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="0001-Zstd.patch" From 256904cc5a8718ac081dbf51f6263ab022e503f6 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Wed, 20 Apr 2022 23:26:28 +0200 Subject: [PATCH] Zstd --- doc/src/sgml/install-windows.sgml | 6 +++--- doc/src/sgml/installation.sgml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 43cc5f6f5b..104670d295 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -307,9 +307,9 @@ $ENV{MSBFLAGS}="/m"; - ZSTD + Zstd - Required for supporting ZSTD compression + Required for supporting Zstd compression method. Binaries and source can be downloaded from . @@ -560,7 +560,7 @@ $ENV{PROVE_TESTS}='t/020*.pl t/010*.pl' ZSTD - Path to a zstd command. The default is + Path to a Zstd command. The default is zstd, which will search for a command by that name in the configured PATH. diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index df32025a86..c60484e221 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -273,7 +273,7 @@ su - postgres - You need zstd, if you want to support + You need Zstd, if you want to support compression of data with that method; see . The minimum required version is 1.4.0. @@ -996,7 +996,7 @@ build-postgresql: - Build with ZSTD compression support. + Build with Zstd compression support. -- 2.30.2 --jyqdysgqa2udyq5n--