|
17 | 17 | #include <sys/stat.h> |
18 | 18 | #include <unistd.h> |
19 | 19 |
|
20 | | -const char *PROGRAM_VERSION = "2.0.4"; |
| 20 | +const char *PROGRAM_VERSION = "2.0.5"; |
21 | 21 | const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup"; |
22 | 22 | const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues"; |
23 | 23 |
|
@@ -119,7 +119,8 @@ static pgut_option options[] = |
119 | 119 | { 's', 15, "master-port", &master_port, SOURCE_CMDLINE, }, |
120 | 120 | { 's', 16, "master-user", &master_user, SOURCE_CMDLINE, }, |
121 | 121 | { '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, }, */ |
123 | 124 | /* restore options */ |
124 | 125 | { 's', 20, "time", &target_time, SOURCE_CMDLINE }, |
125 | 126 | { 's', 21, "xid", &target_xid, SOURCE_CMDLINE }, |
|
0 commit comments