1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00
This commit is contained in:
David Steele
2014-06-21 20:08:49 -04:00
parent 753fa11b5d
commit 0dd15dd216
4 changed files with 96 additions and 116 deletions

View File

@ -90,10 +90,6 @@ sub BUILD
$self->greeting_read();
}
else
{
}
}
####################################################################################################################################
@ -103,11 +99,11 @@ sub clone
{
my $self = shift;
return pg_backrest_remote->new
return BackRest::Remote->new
(
strCommand => $self->{strCommand},
strHost => $self->{strUser},
strUser => $self->{strHost},
strHost => $self->{strHost},
strUser => $self->{strUser},
iBlockSize => $self->{iBlockSize}
);
}
@ -266,7 +262,7 @@ sub read_line
####################################################################################################################################
# WRITE_LINE
#
#
# Write a line data
####################################################################################################################################
sub write_line
@ -287,7 +283,7 @@ sub write_line
####################################################################################################################################
# WAIT_PID
#
#
# See if the remote process has terminated unexpectedly.
####################################################################################################################################
sub wait_pid