Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit494b978

Browse files
committed
Version 1.1.13
1 parentb1e849a commit494b978

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-
constchar*PROGRAM_VERSION="1.1.12";
19+
constchar*PROGRAM_VERSION="1.1.13";
2020
constchar*PROGRAM_URL="https://github.com/postgrespro/pg_probackup";
2121
constchar*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)

[8]ページ先頭

©2009-2025 Movatter.jp