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:
parent
b1e849a588
commit
494b978fe0
@ -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";
|
||||
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -1 +1 @@
|
||||
pg_probackup 1.1.12
|
||||
pg_probackup 1.1.13
|
||||
|
Loading…
x
Reference in New Issue
Block a user