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 1nXtag-0001hr-Nz for pgsql-hackers@arkaria.postgresql.org; Fri, 25 Mar 2022 23:43:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nXtae-0007Xh-QD for pgsql-hackers@arkaria.postgresql.org; Fri, 25 Mar 2022 23:43:32 +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 1nXtae-0007XY-Ex for pgsql-hackers@lists.postgresql.org; Fri, 25 Mar 2022 23:43:32 +0000 Received: from mail-40133.protonmail.ch ([185.70.40.133]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nXtaS-0007sk-PO for pgsql-hackers@lists.postgresql.org; Fri, 25 Mar 2022 23:43:30 +0000 Date: Fri, 25 Mar 2022 23:43:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail2; t=1648251797; bh=cMPRiTid3G/jt3AH5zDrEPN/GE0p5HK5l9sr7OESr6k=; 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=BUtoc7UUPxkFrp/5cV9Zrl4AuwhOLQ2tmLieI853QLhnzynYdKeN0TuBbSaECUXcQ O4WMl1OnTqgv+wtgoHnUBGRDLzbPBZUfbIN44/n/Y6KHWudC5auEe2yXzvGJPat47Q qC45hZ58gchxUsNoRpxM3mCQITX+h6hPt1T6oONfhcBgsdJXxBuBg1bSav1e1QRX7o IBeDqi8lVek+i/cIYSCSWGKXNk6o48M+QHu6XcE4nJ1FAwsekBqc+m/Uh9GiFo+JtQ FwOLgvpcy6IRKQlGjF51wcLRz2s4LyvyYR//NiKti0XWZTIsM7/hRq/nvk3Bn6k6/y CDT7rX1v73zOQ== To: Rachel Heaton From: gkokolatos@pm.me Cc: Justin Pryzby , Greg Stark , Postgres hackers Reply-To: gkokolatos@pm.me Subject: Re: Add LZ4 compression in pg_dump Message-ID: In-Reply-To: References: <20220304161039.GL27651@telsasoft.com> <20220325132253.GD28503@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 Saturday, March 26th, 2022 at 12:13 AM, Rachel Heaton wrote: > On Fri, Mar 25, 2022 at 6:22 AM Justin Pryzby pryzby@telsasoft.com wrote: > > > On Fri, Mar 25, 2022 at 01:20:47AM -0400, Greg Stark wrote: > > > > > It seems development on this has stalled. If there's no further work > > > happening I guess I'll mark the patch returned with feedback. Feel > > > free to resubmit it to the next CF when there's progress. We had some progress yet we didn't want to distract the list with too many emails. Of course, it seemed stalled to the outside observer, yet I simply wanted to set the record straight and say that we are actively working on i= t. > > > > Since it's a reasonably large patch (and one that I had myself started = before) > > and it's only been 20some days since (minor) review comments, and since= the > > focus right now is on committing features, and not reviewing new patche= s, and > > this patch is new one month ago, and its 0002 not intended for pg15, th= erefor > > I'm moving it to the next CF, where I hope to work with its authors to = progress > > it. Thank you. It is much appreciated. We will sent updates when the next commi= tfest starts in July as to not distract from the 15 work. Then, we can take it fr= om there. > > Hi Folks, > > Here is an updated patchset from Georgios, with minor assistance from mys= elf. > The comments above should be addressed, but please let us know if A small amendment to the above statement. This patchset does not include th= e refactoring of compress_io suggested by Mr Paquier in the same thread, as i= t is missing documentation. An updated version will be sent to include those cha= nges on the next commitfest. > there are other things to go over. A functional change in this > patchset is when `--compress=3Dnone` is passed to pg_dump, it will not > compress for directory type (previously, it would use gzip if > present). The previous default behavior is retained. > > - Rachel