You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Migrated many functions from File.pm to FileCommon.pm.
This makes make the migrated file functions available to parts of the code that don't have access to a File object. They still exist as wrappers in the File object to support remote calls.
This commit is contained in:
		| @@ -130,7 +130,7 @@ my $oRenderTag = | ||||
|         'code' => ['<span class="id">', '</span>'], | ||||
|         'code-block' => ['<code-block>', '</code-block>'], | ||||
|         'exe' => [undef, ''], | ||||
|         'setting' => ['<span class="br-setting">', '</span>'], # !!! This will need to be fixed | ||||
|         'setting' => ['<span class="br-setting">', '</span>'], # ??? This will need to be fixed | ||||
|         'backrest' => [undef, ''], | ||||
|         'postgres' => ['<span class="postgres">PostgreSQL</span>', ''] | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user