1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-03 14:01:57 +02:00

Version 1.1.13

This commit is contained in:
Anastasia 2017-05-25 14:24:52 +03:00
parent b1e849a588
commit 494b978fe0
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
#include <time.h>
#include <sys/stat.h>
const char *PROGRAM_VERSION = "1.1.12";
const char *PROGRAM_VERSION = "1.1.13";
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";

View File

@ -141,7 +141,7 @@ do_restore_or_validate(time_t target_backup_id,
{
if (current_backup->status != BACKUP_STATUS_OK)
elog(ERROR, "Backup %s has status: %s",
base36enc(current_backup->status), status2str(current_backup->status));
base36enc(current_backup->start_time), status2str(current_backup->status));
if (target_tli)
{

View File

@ -1 +1 @@
pg_probackup 1.1.12
pg_probackup 1.1.13