From: | Robert Haas <rhaas(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Allow PostgresNode.pm's backup method to accept backup_options. |
Date: | 2021-06-09 16:33:53 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Allow PostgresNode.pm's backup method to accept backup_options.
Partial back-port of commit 081876d75ea15c3bd2ee5ba64a794fd8ea46d794.
A test case for a pending bug fix needs this capability, but the code
on 9.6 is significantly different, so I'm only back-patching this
change as far as v10. We'll have to work around the problem another
way in v9.6.
Branch
------
REL_10_STABLE
Modified Files
--------------
src/test/perl/PostgresNode.pm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2021-06-09 20:16:30 | pgsql: Back-port a few PostgresNode.pm methods. |
Previous Message | Michael Paquier | 2021-06-09 07:27:43 | pgsql: Fix inconsistencies in psql --help=commands |