Skip to content

Commit 31b7230

Browse files
committed
Merge branch 'repprotocol_v1' of https://git.postgrespro.ru/pgpro-dev/pg_probackup into repprotocol_v1
2 parents 701ea7c + 990ab60 commit 31b7230

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-
const char *PROGRAM_VERSION = "2.0.4";
20+
const char *PROGRAM_VERSION = "2.0.5";
2121
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
2222
const char *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)