You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Move modules in Protocol directory in subdirectories.
This commit is contained in:
		| @@ -26,8 +26,8 @@ use pgBackRest::Config::Config; | ||||
| use pgBackRest::DbVersion; | ||||
| use pgBackRest::File; | ||||
| use pgBackRest::FileCommon; | ||||
| use pgBackRest::Protocol::Common; | ||||
| use pgBackRest::Protocol::Protocol; | ||||
| use pgBackRest::Protocol::Common::Common; | ||||
| use pgBackRest::Protocol::Helper; | ||||
|  | ||||
| use pgBackRestTest::Env::HostEnvTest; | ||||
| use pgBackRestTest::Common::ExecuteTest; | ||||
| @@ -55,7 +55,7 @@ sub initModule | ||||
|         ( | ||||
|             $self->stanza(), | ||||
|             $self->{strRepoPath}, | ||||
|             new pgBackRest::Protocol::Common | ||||
|             new pgBackRest::Protocol::Common::Common | ||||
|             ( | ||||
|                 OPTION_DEFAULT_BUFFER_SIZE,                 # Buffer size | ||||
|                 OPTION_DEFAULT_COMPRESS_LEVEL,              # Compress level | ||||
|   | ||||
| @@ -99,7 +99,7 @@ sub run | ||||
|         my $oFile = new pgBackRest::File( | ||||
|             $self->stanza(), | ||||
|             $self->testPath(), | ||||
|             new pgBackRest::Protocol::Common( | ||||
|             new pgBackRest::Protocol::Common::Common( | ||||
|                 OPTION_DEFAULT_BUFFER_SIZE,                 # Buffer size | ||||
|                 OPTION_DEFAULT_COMPRESS_LEVEL,              # Compress level | ||||
|                 OPTION_DEFAULT_COMPRESS_LEVEL_NETWORK,      # Compress network level | ||||
|   | ||||
		Reference in New Issue
	
	Block a user