projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37ba1a4
)
Update "report bugs" line to point to pgsql-bugs.
author
Heikki Linnakangas
<
[email protected]
>
Tue, 16 Dec 2014 19:39:21 +0000
(21:39 +0200)
committer
Heikki Linnakangas
<
[email protected]
>
Fri, 16 Jan 2015 11:37:06 +0000
(13:37 +0200)
contrib/pg_rewind/pg_rewind.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_rewind/pg_rewind.c
b/contrib/pg_rewind/pg_rewind.c
index e08d1eaee6b8b7547423f58a31215e93ea603371..916ce58acc9f5e731d57395c5f1ac06068d4dd99 100644
(file)
--- a/
contrib/pg_rewind/pg_rewind.c
+++ b/
contrib/pg_rewind/pg_rewind.c
@@
-66,7
+66,7
@@
usage(const char *progname)
printf(" -V, --version output version information, then exit\n");
printf(" -?, --help show this help, then exit\n");
printf("\n");
- printf("Report bugs to
https://github.com/vmware/pg_rewind
.\n");
+ printf("Report bugs to
<
[email protected]
>
.\n");
}