1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-01 09:51:43 +02:00

Merge branch 'repprotocol_v1' of https://git.postgrespro.ru/pgpro-dev/pg_probackup into repprotocol_v1

This commit is contained in:
Grigory Smolkin 2017-10-03 16:27:29 +03:00
commit 31b7230ea7
2 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,7 @@
#include <sys/stat.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_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', 16, "master-user", &master_user, 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 */
{ 's', 20, "time", &target_time, SOURCE_CMDLINE },
{ 's', 21, "xid", &target_xid, SOURCE_CMDLINE },

View File

@ -1 +1 @@
pg_probackup 2.0.4
pg_probackup 2.0.5