projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a8dcd9
)
Add bug report line to pg_upgrade --help output
author
Peter Eisentraut
<
[email protected]
>
Tue, 10 May 2011 18:37:55 +0000
(21:37 +0300)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 10 May 2011 18:37:55 +0000
(21:37 +0300)
contrib/pg_upgrade/option.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/option.c
b/contrib/pg_upgrade/option.c
index f1091ba5bf341d9810bafdd1535f9e64451c956b..dedc48a99364c96be6ba7041a0fad10578bb9b85 100644
(file)
--- a/
contrib/pg_upgrade/option.c
+++ b/
contrib/pg_upgrade/option.c
@@
-263,6
+263,7
@@
or\n"), old_cluster.port, new_cluster.port, os_info.user);
C:\\> set NEWBINDIR=newCluster/bin\n\
C:\\> pg_upgrade\n"));
#endif
+ printf(_("\nReport bugs to <
[email protected]
>.\n"));
}