Skip to content

Commit 494b978

Browse files
committed
Version 1.1.13
1 parent b1e849a commit 494b978

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pg_probackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <time.h>
1717
#include <sys/stat.h>
1818

19-
const char *PROGRAM_VERSION = "1.1.12";
19+
const char *PROGRAM_VERSION = "1.1.13";
2020
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
2121
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
2222

restore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ do_restore_or_validate(time_t target_backup_id,
141141
{
142142
if (current_backup->status != BACKUP_STATUS_OK)
143143
elog(ERROR, "Backup %s has status: %s",
144-
base36enc(current_backup->status), status2str(current_backup->status));
144+
base36enc(current_backup->start_time), status2str(current_backup->status));
145145

146146
if (target_tli)
147147
{

tests/expected/option_version.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 1.1.12
1+
pg_probackup 1.1.13

0 commit comments

Comments
 (0)