mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
Refer to bug report address by symbol rather than hardcoding
Use the PACKAGE_BUGREPORT macro that is created by Autoconf for referring to the bug reporting address rather than hardcoding it everywhere. This makes it easier to change the address and it reduces translation work. Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://www.postgresql.org/message-id/flat/8d389c5f-7fb5-8e48-9a4a-68cec44786fa%402ndquadrant.com
This commit is contained in:
@@ -269,7 +269,7 @@ usage(void)
|
||||
"Or for use as a standalone archive cleaner:\n"
|
||||
"e.g.\n"
|
||||
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
|
||||
}
|
||||
|
||||
/*------------ MAIN ----------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user