Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita8f98e9

Browse files
author
Michael Paquier
committed
Update project and bug report URLs
As this project has been forked to github...
1 parent90c2f64 commita8f98e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎expected/option.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Generic options:
5353
--help show this help, then exit
5454
--version output version information, then exit
5555

56-
Read the website for details. <http://code.google.com/p/pg-rman/>
57-
Report bugs to <http://code.google.com/p/pg-rman/issues/list>.
56+
Read the website for details. <https://github.com/michaelpq/pg_rman>
57+
Report bugs to <https://github.com/michaelpq/pg_rman/issues>.
5858
pg_rman 1.2.6
5959
ERROR: required parameter not specified: BACKUP_PATH (-B, --backup-path)
6060
ERROR: Required parameter not specified: BACKUP_MODE (-b, --backup-mode)

‎pg_rman.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#include<sys/stat.h>
1616

1717
constchar*PROGRAM_VERSION="1.2.6";
18-
constchar*PROGRAM_URL="http://code.google.com/p/pg-rman/";
19-
constchar*PROGRAM_EMAIL="http://code.google.com/p/pg-rman/issues/list";
18+
constchar*PROGRAM_URL="https://github.com/michaelpq/pg_rman";
19+
constchar*PROGRAM_EMAIL="https://github.com/michaelpq/pg_rman/issues";
2020

2121
/* path configuration */
2222
char*backup_path;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp