You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-05-16 09:48:14 +02:00
Merge branch 'repprotocol_v1' of https://git.postgrespro.ru/pgpro-dev/pg_probackup into repprotocol_v1
This commit is contained in:
+3
-2
@@ -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 @@
|
|||||||
pg_probackup 2.0.4
|
pg_probackup 2.0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user