pgsql: basebackup_to_shell: Add TAP test.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: basebackup_to_shell: Add TAP test.
Date: 2022-03-30 19:49:46
Message-ID: E1nZeK9-0002og-Vu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

basebackup_to_shell: Add TAP test.

Per gripe from Andres Freund. Thanks to Andres Freund, Thomas
Munro, and Andrew Dunstan for advice on how to make this test
work even on Windows.

Discussion: https://postgr.es/m/CA+Tgmoat+zbzzZQJ7poXyUwiqxQxTaUid=auB4FejZ15VvDh4Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/027fa0fd72619a56d9d8877eedcb514331b63fa4

Modified Files
--------------
contrib/basebackup_to_shell/Makefile | 5 ++
contrib/basebackup_to_shell/t/001_basic.pl | 129 +++++++++++++++++++++++++++++
2 files changed, 134 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-03-30 19:59:57 pgsql: Fix possible NULL-pointer-deference in backup_compression.c.
Previous Message Robert Haas 2022-03-30 19:45:19 pgsql: Document basebackup_to_shell.required_role.