Allow PostgresNode.pm's backup method to accept backup_options.

Robert Haas <rhaas@postgresql.org>

Commit: 9778a191a4c0d814f34160a6a2e595cc842d5abe
Author: Robert Haas <rhaas@postgresql.org>
Date: 2021-06-09T16:30:49Z
Releases: 10.18
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.

Discussion: http://postgr.es/m/CAFiTN-tcivNvL0Rg6rD7_CErNfE75H7+gh9WbMxjbgsattja1Q@mail.gmail.com

Files

PathChange+/−
src/test/perl/PostgresNode.pm modified +8 −4

Discussion