Allow PostgresNode.pm's backup method to accept backup_options.
authorRobert Haas <rhaas@postgresql.org>
Wed, 9 Jun 2021 16:28:39 +0000 (12:28 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 9 Jun 2021 16:28:39 +0000 (12:28 -0400)
commit99a0a2ada8c584e7d7796190a5966600f44c037f
tree4de6408199103a2b3cbdfdec241c0e438342484e
parent6bfcc7d0d19a32fe44a8671aa5ecca9e5b39221a
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
src/test/perl/PostgresNode.pm