1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-07 13:40:17 +02:00
This commit is contained in:
Michael Paquier 2013-12-25 05:33:50 +09:00
parent 1bc1f1d1b6
commit 78d92ff8fb

View File

@ -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;