File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ results/init/backup/pg_probackup.conf
22
22
results/init/backup/wal/
23
23
###### INIT COMMAND TEST-0004 ######
24
24
###### failure with backup catalog already existed ######
25
- ERROR: backup catalog already exist. and it's not empty
25
+ ERROR: backup catalog already exist and it's not empty
26
26
1
27
27
28
28
###### INIT COMMAND TEST-0005 ######
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ do_init(void)
42
42
{
43
43
results = scandir (backup_path , & dp , selects , NULL );
44
44
if (results != 0 )
45
- elog (ERROR , "backup catalog already exist. and it's not empty" );
45
+ elog (ERROR , "backup catalog already exist and it's not empty" );
46
46
}
47
47
48
48
/* create backup catalog root directory */
You can’t perform that action at this time.
0 commit comments