1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-10-31 00:17:52 +02:00

update for pg_rman 1.2.4 (support standby backup)

git-svn-id: http://pg-rman.googlecode.com/svn/trunk@57 182aca00-e38e-11de-a668-6fd11605f5ce
This commit is contained in:
t.katsumata1122@gmail.com
2012-05-18 08:54:36 +00:00
parent 8d97d65324
commit dfecc77c5e
5 changed files with 1729 additions and 1725 deletions

View File

@@ -9,7 +9,7 @@
## Set general information for pg_rman.
Summary: Backup and Recovery Tool for PostgreSQL
Name: pg_rman
Version: 1.2.0
Version: 1.2.4
Release: 1%{?dist}
License: BSD
Group: Applications/Databases

View File

@@ -9,7 +9,7 @@
## Set general information for pg_rman.
Summary: Backup and Recovery Tool for PostgreSQL
Name: pg_rman
Version: 1.2.3
Version: 1.2.4
Release: 1%{?dist}
License: BSD
Group: Applications/Databases

3446
backup.c

File diff suppressed because it is too large Load Diff

View File

@@ -54,7 +54,7 @@ Generic options:
Read the website for details. <http://code.google.com/p/pg-rman/>
Report bugs to <http://code.google.com/p/pg-rman/issues/list>.
pg_rman 1.2.2
pg_rman 1.2.4
ERROR: required parameter not specified: BACKUP_PATH (-B, --backup-path)
ERROR: required parameter not specified: BACKUP_MODE (-b, --backup-mode)
ERROR: required parameter not specified: ARCLOG_PATH (-A, --arclog-path)

View File

@@ -14,7 +14,7 @@
#include <time.h>
#include <sys/stat.h>
const char *PROGRAM_VERSION = "1.2.3";
const char *PROGRAM_VERSION = "1.2.4";
const char *PROGRAM_URL = "http://code.google.com/p/pg-rman/";
const char *PROGRAM_EMAIL = "http://code.google.com/p/pg-rman/issues/list";