Skip to content

Commit 51cc745

Browse files
authored
Merge pull request #3 from ligurio/ptrack
remove extra dot
2 parents 14bcdb6 + f42d690 commit 51cc745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

expected/init.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ results/init/backup/pg_probackup.conf
2222
results/init/backup/wal/
2323
###### INIT COMMAND TEST-0004 ######
2424
###### 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
2626
1
2727

2828
###### INIT COMMAND TEST-0005 ######

init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ do_init(void)
4242
{
4343
results = scandir(backup_path, &dp, selects, NULL);
4444
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");
4646
}
4747

4848
/* create backup catalog root directory */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy