projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87bd25
)
Remove incorrect email address for pg_upgrade bug reports.
author
Bruce Momjian
<
[email protected]
>
Tue, 13 Jul 2010 18:14:14 +0000
(18:14 +0000)
committer
Bruce Momjian
<
[email protected]
>
Tue, 13 Jul 2010 18:14:14 +0000
(18:14 +0000)
contrib/pg_upgrade/option.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/option.c
b/contrib/pg_upgrade/option.c
index 1704069b34bab03397981f8cfa074b00eef73e4a..520a20c6a03dc5f066c4011502a98e832b9f26b4 100644
(file)
--- a/
contrib/pg_upgrade/option.c
+++ b/
contrib/pg_upgrade/option.c
@@
-4,7
+4,7
@@
* options functions
*
* Copyright (c) 2010, PostgreSQL Global Development Group
- * $PostgreSQL: pgsql/contrib/pg_upgrade/option.c,v 1.1
2 2010/07/06 19:18:55
momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pg_upgrade/option.c,v 1.1
3 2010/07/13 18:14:14
momjian Exp $
*/
#include "pg_upgrade.h"
@@
-259,10
+259,6
@@
or\n"), ctx->old.port, ctx->new.port, ctx->user);
C:\\> set NEWBINDIR=newCluster/bin\n\
C:\\> pg_upgrade\n"));
#endif
- printf(_("\n\
-You may find it useful to save the preceding 5 commands in a shell script\n\
-\n\
-Report bugs to <
[email protected]
>\n"));
}