1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Code cleanup in preparation for improved stanza-create command.

Contributed by Cynthia Shang.
This commit is contained in:
Cynthia Shang
2016-12-03 10:28:08 -05:00
committed by David Steele
parent 005fc08795
commit b7f1738200
11 changed files with 66 additions and 47 deletions

View File

@ -76,7 +76,7 @@ use constant HOST_PROTOCOL_TIMEOUT => 10;
####################################################################################################################################
# Cached data sections
####################################################################################################################################
use constant SECTION_FILE_NAME => 'strFileName';
use constant SECTION_FILE_NAME => 'strFileName';
push @EXPORT, qw(SECTION_FILE_NAME);
####################################################################################################################################