We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a8a24 commit c3aa3f0Copy full SHA for c3aa3f0
src/backup.c
@@ -639,7 +639,7 @@ do_backup_instance(void)
639
*/
640
641
if (parray_num(backup_files_list) == 0)
642
- elog(ERROR, "PGDATA is empty. Either it was concrurrently deleted or "
+ elog(ERROR, "PGDATA is empty. Either it was concurrently deleted or "
643
"pg_probackup do not possess sufficient permissions to list PGDATA content");
644
645
/*
0 commit comments