1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-20 11:34:51 +02:00

remove extra dot

This commit is contained in:
Sergey Bronnikov 2016-11-28 16:33:13 +03:00 committed by Sergey Bronnikov
parent 14bcdb696d
commit f42d6901c2
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ results/init/backup/pg_probackup.conf
results/init/backup/wal/
###### INIT COMMAND TEST-0004 ######
###### failure with backup catalog already existed ######
ERROR: backup catalog already exist. and it's not empty
ERROR: backup catalog already exist and it's not empty
1
###### INIT COMMAND TEST-0005 ######

2
init.c
View File

@ -42,7 +42,7 @@ do_init(void)
{
results = scandir(backup_path, &dp, selects, NULL);
if (results != 0)
elog(ERROR, "backup catalog already exist. and it's not empty");
elog(ERROR, "backup catalog already exist and it's not empty");
}
/* create backup catalog root directory */