Skip to content

Commit b5f506f

Browse files
committed
Fixed bug reporting address in --help messages
1 parent 757c82c commit b5f506f

File tree

38 files changed

+43
-41
lines changed

38 files changed

+43
-41
lines changed

contrib/oid2name/oid2name.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ help(const char *progname)
188188
" -x extended (show additional columns)\n"
189189
" -?, --help show this help, then exit\n"
190190
"\nThe default action is to show all database OIDs.\n\n"
191-
"Report bugs to <pgsql-bugs@postgresql.org>.\n",
191+
"Report bugs to <" PACKAGE_BUGREPORT ">.\n",
192192
progname, progname);
193193
}
194194

contrib/pg_standby/pg_standby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ usage(void)
524524
" restore_command = 'pg_standby [OPTION]... ARCHIVELOCATION %%f %%p %%r'\n"
525525
"e.g.\n"
526526
" restore_command = 'pg_standby /mnt/server/archiverdir %%f %%p %%r'\n");
527-
printf("\nReport bugs to <pgsql-bugs@postgresql.org>.\n");
527+
printf("\nReport bugs to <" PACKAGE_BUGREPORT ">.\n");
528528
}
529529

530530
#ifndef WIN32

contrib/vacuumlo/vacuumlo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ usage(const char *progname)
443443
printf(" -w never prompt for password\n");
444444
printf(" -W force password prompt\n");
445445
printf("\n");
446-
printf("Report bugs to <pgsql-bugs@postgresql.org>.\n");
446+
printf("Report bugs to <" PACKAGE_BUGREPORT ">.\n");
447447
}
448448

449449

src/backend/main/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,8 @@ help(const char *progname)
377377
printf(_("\nPlease read the documentation for the complete list of run-time\n"
378378
"configuration settings and how to set them on the command line or in\n"
379379
"the configuration file.\n\n"
380-
"Report bugs to <pgsql-bugs@postgresql.org>.\n"));
380+
"Report bugs to <" PACKAGE_BUGREPORT ">.\n"));
381+
381382
}
382383

383384

src/backend/postmaster/postmaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4864,7 +4864,7 @@ ExitPostmaster(int status)
48644864
ereport(LOG,
48654865
(errcode(ERRCODE_INTERNAL_ERROR),
48664866
errmsg_internal("postmaster became multithreaded"),
4867-
errdetail("Please report this to <pgsql-bugs@postgresql.org>.")));
4867+
errdetail("Please report this to <" PACKAGE_BUGREPORT ">.")));
48684868
#endif
48694869

48704870
/* should cleanup shared memory and kill all backends */

src/bin/initdb/initdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2679,7 +2679,7 @@ usage(const char *progname)
26792679
printf(_(" -?, --help show this help, then exit\n"));
26802680
printf(_("\nIf the data directory is not specified, the environment variable PGDATA\n"
26812681
"is used.\n"));
2682-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
2682+
printf(_("\nReport bugs to <" PACKAGE_BUGREPORT ">.\n"));
26832683
}
26842684

26852685
static void

src/bin/pg_archivecleanup/pg_archivecleanup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ usage(void)
278278
"Or for use as a standalone archive cleaner:\n"
279279
"e.g.\n"
280280
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n");
281-
printf("\nReport bugs to <pgsql-bugs@postgresql.org>.\n");
281+
printf("\nReport bugs to <" PACKAGE_BUGREPORT ">.\n");
282282
}
283283

284284
/*------------ MAIN ----------------------------------------*/

src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ usage(void)
267267
printf(_(" -U, --username=NAME connect as specified database user\n"));
268268
printf(_(" -w, --no-password never prompt for password\n"));
269269
printf(_(" -W, --password force password prompt (should happen automatically)\n"));
270-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
270+
printf(_("\nReport bugs to <" PACKAGE_BUGREPORT ">.\n"));
271271
}
272272

273273

src/bin/pg_basebackup/pg_receivexlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ usage(void)
8686
printf(_("\nOptional actions:\n"));
8787
printf(_(" --create-slot create a new replication slot (for the slot's name see --slot)\n"));
8888
printf(_(" --drop-slot drop the replication slot (for the slot's name see --slot)\n"));
89-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
89+
printf(_("\nReport bugs to <" PACKAGE_BUGREPORT ">.\n"));
9090
}
9191

9292
static bool

src/bin/pg_basebackup/pg_recvlogical.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ usage(void)
9999
printf(_(" -U, --username=NAME connect as specified database user\n"));
100100
printf(_(" -w, --no-password never prompt for password\n"));
101101
printf(_(" -W, --password force password prompt (should happen automatically)\n"));
102-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
102+
printf(_("\nReport bugs to <" PACKAGE_BUGREPORT ">.\n"));
103103
}
104104

105105
/*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy