mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-07 13:40:17 +02:00
Fix typo
This commit is contained in:
parent
1bc1f1d1b6
commit
78d92ff8fb
2
backup.c
2
backup.c
@ -82,7 +82,7 @@ do_backup_database(parray *backup_list, pgBackupOption bkupopt)
|
|||||||
/* repack the options */
|
/* repack the options */
|
||||||
bool smooth_checkpoint = bkupopt.smooth_checkpoint;
|
bool smooth_checkpoint = bkupopt.smooth_checkpoint;
|
||||||
|
|
||||||
/* Leave in case od archive mode */
|
/* Leave in case of archive mode */
|
||||||
if (current.backup_mode == BACKUP_MODE_ARCHIVE)
|
if (current.backup_mode == BACKUP_MODE_ARCHIVE)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user