You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
Fix comments.
This commit is contained in:
@@ -348,11 +348,12 @@ storageRepoGet(unsigned int repoIdx, bool write)
|
||||
STORAGE_MODE_FILE_DEFAULT, STORAGE_MODE_PATH_DEFAULT, write, storageRepoPathExpression,
|
||||
protocolRemoteGet(protocolStorageTypeRepo, repoIdx), cfgOptionUInt(cfgOptCompressLevelNetwork));
|
||||
}
|
||||
// Use Azure storage
|
||||
// Use local storage
|
||||
else
|
||||
{
|
||||
const String *type = cfgOptionIdxStr(cfgOptRepoType, repoIdx);
|
||||
|
||||
// Use Azure storage
|
||||
if (strEqZ(type, STORAGE_AZURE_TYPE))
|
||||
{
|
||||
result = storageAzureNew(
|
||||
|
||||
Reference in New Issue
Block a user