From 6745f4e18ea77bdb1f98798d4b740063f122fe51 Mon Sep 17 00:00:00 2001 From: lincuiping <57204139+lincuiping@users.noreply.github.com> Date: Mon, 22 Nov 2021 15:58:00 +0800 Subject: [PATCH] fix typo (#211) --- backup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.c b/backup.c index 96c18940..18bbd156 100644 --- a/backup.c +++ b/backup.c @@ -1391,7 +1391,7 @@ backup_cleanup(bool fatal, void *userdata) */ if (current.status == BACKUP_STATUS_RUNNING && current.end_time == 0) { - elog(DEBUG, "update bakckup status from RUNNING to ERROR"); + elog(DEBUG, "update backup status from RUNNING to ERROR"); current.end_time = time(NULL); current.status = BACKUP_STATUS_ERROR; pgBackupWriteIni(¤t);