1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-03 14:01:57 +02:00

minor changes to elevel and comments

This commit is contained in:
Grigory Smolkin 2018-01-24 05:00:49 +03:00
parent 99d0e6e68a
commit 8529276c11
2 changed files with 2 additions and 2 deletions

View File

@ -623,7 +623,7 @@ do_backup_instance(void)
else
dir_name = file->path;
elog(LOG, "Create directory \"%s\"", dir_name);
elog(VERBOSE, "Create directory \"%s\"", dir_name);
pgBackupGetPath(&current, database_path, lengthof(database_path),
DATABASE_DIR);

View File

@ -293,7 +293,7 @@ do_validate_instance(void)
validate_wal(current_backup, arclog_path, 0,
0, base_full_backup->tli);
}
/* Set every incremental backup between corrupted backup and nearest FULL backup as orphans */
/* Mark every incremental backup between corrupted backup and nearest FULL backup as orphans */
if (current_backup->status != BACKUP_STATUS_OK)
{
int j;