Re: pgsql: Add 'basebackup_to_shell' contrib module.
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Thomas Munro <thomas.munro@gmail.com>, Andres Freund <andres@anarazel.de>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Magnus Hagander <magnus@hagander.net>
Date: 2022-03-30T12:53:43Z
Lists: pgsql-hackers
Attachments
- v3-0003-HACK-run-tap-tests-in-contrib-basebackup_to_shell.patch (application/octet-stream) patch v3-0003
- v3-0002-Document-basebackup_to_shell.required_role.patch (application/octet-stream) patch v3-0002
- v3-0001-basebackup_to_shell-Add-TAP-test.patch (application/octet-stream) patch v3-0001
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
Commits
-
Print information about type of test and subdirectory before running tests.
- 28bdfa2adfc6 15.0 landed
-
In basebackup_to_shell tests, properly set up pg_hba.conf.
- fea1cc49e4ab 15.0 landed
-
Add .gitignore for basebackup_to_shell.
- f8e0d900afed 15.0 landed
-
basebackup_to_shell: Add TAP test.
- 027fa0fd7261 15.0 landed
-
Document basebackup_to_shell.required_role.
- 26a0c025e233 15.0 landed
-
Add 'basebackup_to_shell' contrib module.
- c6306db24bd9 15.0 cited