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 1nbdNt-0000Yc-Ej for pgsql-hackers@arkaria.postgresql.org; Tue, 05 Apr 2022 07:13:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nbdNs-0005to-3J for pgsql-hackers@arkaria.postgresql.org; Tue, 05 Apr 2022 07:13:48 +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 1nbdNr-0005tf-OC for pgsql-hackers@lists.postgresql.org; Tue, 05 Apr 2022 07:13:47 +0000 Received: from mail-4316.protonmail.ch ([185.70.43.16]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nbdNk-0005bo-Of for pgsql-hackers@lists.postgresql.org; Tue, 05 Apr 2022 07:13:46 +0000 Date: Tue, 05 Apr 2022 07:13:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail2; t=1649142818; bh=hAuwknp5prch5YNA/EWEqaxXvTvaoPhIJKlhxjI8S+8=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=UJUlkBn5W2VyN7c0ltxYeGccXRbSU2ILFHiduILmw9/KaV0XW6Hm3tkgjAbEC1CXD wBMVsIdBeoAqcMPCwYRDZ1lcSGo4tkmsJmtnP+VG2e6L1HqvTUScc7QtJYOZiDyP2u 3SJRwx8Ldu0iu+lrdYoAet6H3iDeePK1eCw4DVsu/Q26bHZ9tZT9TSy7iWyShuv4Rs FEi4rjRTtkjrOYo1KSPBQTMlPvkVYC9rWNBRZjuM/QWhGzr65iSY1lHhe8KRNYAnhE x3G7ub7Yb+B5afCAGy//BOd+1BCH8VektvDMkpa1AEiDZiO5N0h4dRCYieNIXe45HO cxGyk8Jp/+Dfw== To: Michael Paquier From: gkokolatos@pm.me Cc: Justin Pryzby , Rachel Heaton , Greg Stark , pgsql-hackers@lists.postgresql.org Reply-To: gkokolatos@pm.me Subject: Re: Add LZ4 compression in pg_dump Message-ID: In-Reply-To: References: <20220326061441.GH28503@telsasoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk ------- Original Message ------- On Tuesday, April 5th, 2022 at 3:34 AM, Michael Paquier wrote: > On Fri, Apr 01, 2022 at 03:06:40PM +0000, gkokolatos@pm.me wrote: > Splitting the program and its arguments makes sense. Great. > At the end I am finishing with the attached. I also saw an overlap > with the addition of --jobs for the directory format vs not using the > option, so I have removed the case where --jobs was not used in the > directory format. Thank you. I agree with the attached and I will carry it forward to the rest of the patchset. Cheers, //Georgios > -- > Michael