Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4c78846

Browse files
committed
Add bug report line to pg_upgrade --help output
1 parent 3a8dcd9 commit 4c78846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/pg_upgrade/option.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ or\n"), old_cluster.port, new_cluster.port, os_info.user);
263263
C:\\> set NEWBINDIR=newCluster/bin\n\
264264
C:\\> pg_upgrade\n"));
265265
#endif
266+
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
266267
}
267268

268269

0 commit comments

Comments
 (0)