1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-10-30 23:37:45 +02:00

Remove deprecated archive-max-mb option.

This commit is contained in:
David Steele
2017-11-27 20:43:44 -05:00
parent c5ea53bcf9
commit 2ed426a70b
11 changed files with 15 additions and 66 deletions

View File

@@ -209,10 +209,8 @@ sub process
foreach my $strOption (sort(keys(%{$oOptionDefine})))
{
if ($strOption =~ /^test/ || $strOption eq CFGOPT_ARCHIVE_MAX_MB)
{
next;
}
# Test options are not documented
next if ($strOption =~ /^test/);
# Iterate through all commands
my @stryCommandList = sort(keys(%{defined($$oOptionDefine{$strOption}{&CFGDEF_COMMAND}) ?