1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-05-16 09:48:14 +02:00

Version 2.0.5

This commit is contained in:
Anastasia
2017-10-03 15:57:15 +03:00
parent fd2019b85a
commit 990ab6050d
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -17,7 +17,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
const char *PROGRAM_VERSION = "2.0.4"; const char *PROGRAM_VERSION = "2.0.5";
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup"; const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues"; const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
@@ -119,7 +119,8 @@ static pgut_option options[] =
{ 's', 15, "master-port", &master_port, SOURCE_CMDLINE, }, { 's', 15, "master-port", &master_port, SOURCE_CMDLINE, },
{ 's', 16, "master-user", &master_user, SOURCE_CMDLINE, }, { 's', 16, "master-user", &master_user, SOURCE_CMDLINE, },
{ 'u', 17, "replica-timeout", &replica_timeout, SOURCE_CMDLINE, }, { 'u', 17, "replica-timeout", &replica_timeout, SOURCE_CMDLINE, },
{ 'b', 18, "remote", &is_remote_backup, SOURCE_CMDLINE, }, /* TODO not completed feature. Make it unavailiable from user level
{ 'b', 18, "remote", &is_remote_backup, SOURCE_CMDLINE, }, */
/* restore options */ /* restore options */
{ 's', 20, "time", &target_time, SOURCE_CMDLINE }, { 's', 20, "time", &target_time, SOURCE_CMDLINE },
{ 's', 21, "xid", &target_xid, SOURCE_CMDLINE }, { 's', 21, "xid", &target_xid, SOURCE_CMDLINE },
+1 -1
View File
@@ -1 +1 @@
pg_probackup 2.0.4 pg_probackup 2.0.5