1
0
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:
David Steele
2016-04-13 19:09:35 -04:00
parent be8487dbad
commit 885797e4b5
34 changed files with 2639 additions and 4015 deletions

View File

@@ -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>', '']
}