We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14bcdb6 + f42d690 commit 51cc745Copy full SHA for 51cc745
expected/init.out
@@ -22,7 +22,7 @@ results/init/backup/pg_probackup.conf
22
results/init/backup/wal/
23
###### INIT COMMAND TEST-0004 ######
24
###### failure with backup catalog already existed ######
25
-ERROR: backup catalog already exist. and it's not empty
+ERROR: backup catalog already exist and it's not empty
26
1
27
28
###### INIT COMMAND TEST-0005 ######
init.c
@@ -42,7 +42,7 @@ do_init(void)
42
{
43
results = scandir(backup_path, &dp, selects, NULL);
44
if (results != 0)
45
- elog(ERROR, "backup catalog already exist. and it's not empty");
+ elog(ERROR, "backup catalog already exist and it's not empty");
46
}
47
48
/* create backup catalog root directory */
0 commit comments