1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-12-01 22:30:09 +02:00

Converted Perl threads to processes.

This commit is contained in:
David Steele
2016-09-06 09:35:02 -04:00
parent 4026ad649d
commit a701309453
52 changed files with 4457 additions and 3434 deletions

View File

@@ -77,7 +77,7 @@ sub process
foreach my $strCommand (sort(keys(%{commandHashGet()})))
{
if ($strCommand eq CMD_REMOTE)
if ($strCommand eq CMD_REMOTE || $strCommand eq CMD_LOCAL)
{
next;
}