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

Commit990ab60

Browse files
committed
Version 2.0.5
1 parentfd2019b commit990ab60

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎src/pg_probackup.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include<sys/stat.h>
1818
#include<unistd.h>
1919

20-
constchar*PROGRAM_VERSION="2.0.4";
20+
constchar*PROGRAM_VERSION="2.0.5";
2121
constchar*PROGRAM_URL="https://github.com/postgrespro/pg_probackup";
2222
constchar*PROGRAM_EMAIL="https://github.com/postgrespro/pg_probackup/issues";
2323

@@ -119,7 +119,8 @@ static pgut_option options[] =
119119
{'s',15,"master-port",&master_port,SOURCE_CMDLINE, },
120120
{'s',16,"master-user",&master_user,SOURCE_CMDLINE, },
121121
{'u',17,"replica-timeout",&replica_timeout,SOURCE_CMDLINE, },
122-
{'b',18,"remote",&is_remote_backup,SOURCE_CMDLINE, },
122+
/* TODO not completed feature. Make it unavailiable from user level
123+
{ 'b', 18, "remote",&is_remote_backup,SOURCE_CMDLINE, }, */
123124
/* restore options */
124125
{'s',20,"time",&target_time,SOURCE_CMDLINE },
125126
{'s',21,"xid",&target_xid,SOURCE_CMDLINE },

‎tests/expected/option_version.out

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp