Re: pgsql: Add 'basebackup_to_shell' contrib module. - Mailing list pgsql-hackers

From Robert Haas
Subject Re: pgsql: Add 'basebackup_to_shell' contrib module.
Date
Msg-id CA+TgmoYf9wE56eAc5x8g33ta1GbNEAN4CcvdhDNs+Rg4OfzaHQ@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Add 'basebackup_to_shell' contrib module.  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Add 'basebackup_to_shell' contrib module.
List pgsql-hackers
On Wed, Mar 30, 2022 at 7:01 AM Andrew Dunstan <andrew@dunslane.net> wrote:
> Triple bleah. If we have to do that at least we should probably use
> `gzip --fast`

I'm not sure it's going to make enough difference to get fussed about,
but sure. Here's a new series, adjusted to use 'gzip' instead of 'cat'
and 'type'.

-- 
Robert Haas
EDB: http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Piotr Styczyński
Date:
Subject: Returning multiple rows in materialized mode inside the extension
Next
From: Andrew Dunstan
Date:
Subject: Re: multithreaded zstd backup compression for client and server