Re: pgsql: Add 'basebackup_to_shell' contrib module.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>
Subject: Re: pgsql: Add 'basebackup_to_shell' contrib module.
Date: 2022-03-30 12:53:43
Message-ID: CA+TgmoYf9wE56eAc5x8g33ta1GbNEAN4CcvdhDNs+Rg4OfzaHQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Wed, Mar 30, 2022 at 7:01 AM Andrew Dunstan <andrew(at)dunslane(dot)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 Content-Type Size
v3-0003-HACK-run-tap-tests-in-contrib-basebackup_to_shell.patch application/octet-stream 844 bytes
v3-0002-Document-basebackup_to_shell.required_role.patch application/octet-stream 1.3 KB
v3-0001-basebackup_to_shell-Add-TAP-test.patch application/octet-stream 5.8 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-03-30 13:09:05 pgsql: Simplify a needlessly-complicated regular expression.
Previous Message Daniel Gustafsson 2022-03-30 11:42:55 pgsql: doc: Clarify when SSL actually means TLS

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2022-03-30 12:55:30 Re: multithreaded zstd backup compression for client and server
Previous Message Piotr Styczyński 2022-03-30 12:48:22 Returning multiple rows in materialized mode inside the extension