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

Commit 0301db6

Browse files
committed
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Commit c0d0e54 replaced the ones in the documentation, but missed out on the ones in the code. Replace those as well, but unlike c0d0e54, don't backpatch the code changes to avoid breaking translations.
1 parent 3bed67b commit 0301db6

File tree

44 files changed

+60
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+60
-60
lines changed

configure

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Guess values for system-dependent variables and create Makefiles.
33
# Generated by GNU Autoconf 2.69 for PostgreSQL 12devel.
44
#
5-
# Report bugs to <pgsql-bugs@postgresql.org>.
5+
# Report bugs to <pgsql-bugs@lists.postgresql.org>.
66
#
77
#
88
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -269,10 +269,10 @@ fi
269269
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
270270
else
271271
$as_echo "$0: Please tell bug-autoconf@gnu.org and
272-
$0: pgsql-bugs@postgresql.org about your system, including
273-
$0: any error possibly output before this message. Then
274-
$0: install a modern shell, or manually run the script
275-
$0: under such a shell if you do have one."
272+
$0: pgsql-bugs@lists.postgresql.org about your system,
273+
$0: including any error possibly output before this
274+
$0: message. Then install a modern shell, or manually run
275+
$0: the script under such a shell if you do have one."
276276
fi
277277
exit 1
278278
fi
@@ -584,7 +584,7 @@ PACKAGE_NAME='PostgreSQL'
584584
PACKAGE_TARNAME='postgresql'
585585
PACKAGE_VERSION='12devel'
586586
PACKAGE_STRING='PostgreSQL 12devel'
587-
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
587+
PACKAGE_BUGREPORT='pgsql-bugs@lists.postgresql.org'
588588
PACKAGE_URL=''
589589

590590
ac_unique_file="src/backend/access/common/heaptuple.c"
@@ -1602,7 +1602,7 @@ Some influential environment variables:
16021602
Use these variables to override the choices made by `configure' or to help
16031603
it to find libraries and programs with nonstandard names/locations.
16041604

1605-
Report bugs to <pgsql-bugs@postgresql.org>.
1605+
Report bugs to <pgsql-bugs@lists.postgresql.org>.
16061606
_ACEOF
16071607
ac_status=$?
16081608
fi
@@ -1910,9 +1910,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
19101910
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
19111911
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
19121912
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1913-
( $as_echo "## ---------------------------------------- ##
1914-
## Report this to pgsql-bugs@postgresql.org ##
1915-
## ---------------------------------------- ##"
1913+
( $as_echo "## ---------------------------------------------- ##
1914+
## Report this to pgsql-bugs@lists.postgresql.org ##
1915+
## ---------------------------------------------- ##"
19161916
) | sed "s/^/$as_me: WARNING: /" >&2
19171917
;;
19181918
esac
@@ -2969,7 +2969,7 @@ PostgreSQL has apparently not been ported to your platform yet.
29692969
To try a manual configuration, look into the src/template directory
29702970
for a similar platform and use the '--with-template=' option.
29712971

2972-
Please also contact <pgsql-bugs@postgresql.org> to see about
2972+
Please also contact <pgsql-bugs@lists.postgresql.org> to see about
29732973
rectifying this. Include the above 'checking host system type...'
29742974
line.
29752975
*******************************************************************
@@ -19687,7 +19687,7 @@ $config_links
1968719687
Configuration commands:
1968819688
$config_commands
1968919689

19690-
Report bugs to <pgsql-bugs@postgresql.org>."
19690+
Report bugs to <pgsql-bugs@lists.postgresql.org>."
1969119691

1969219692
_ACEOF
1969319693
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
1717
dnl
1818
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1919

20-
AC_INIT([PostgreSQL], [12devel], [pgsql-bugs@postgresql.org])
20+
AC_INIT([PostgreSQL], [12devel], [pgsql-bugs@lists.postgresql.org])
2121

2222
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
2323
Untested combinations of 'autoconf' and PostgreSQL versions are not
@@ -79,7 +79,7 @@ PostgreSQL has apparently not been ported to your platform yet.
7979
To try a manual configuration, look into the src/template directory
8080
for a similar platform and use the '--with-template=' option.
8181

82-
Please also contact <pgsql-bugs@postgresql.org> to see about
82+
Please also contact <pgsql-bugs@lists.postgresql.org> to see about
8383
rectifying this. Include the above 'checking host system type...'
8484
line.
8585
*******************************************************************

contrib/oid2name/oid2name.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ help(const char *progname)
211211
" -p, --port=PORT database server port number\n"
212212
" -U, --username=USERNAME connect as specified database user\n"
213213
"\nThe default action is to show all database OIDs.\n\n"
214-
"Report bugs to <pgsql-bugs@postgresql.org>.\n",
214+
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n",
215215
progname, progname);
216216
}
217217

contrib/pg_standby/pg_standby.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ static bool SetWALSegSize(void);
115115
* accessible directory. If you want to make other assumptions,
116116
* such as using a vendor-specific archive and access API, these
117117
* routines are the ones you'll need to change. You're
118-
* encouraged to submit any changes to pgsql-hackers@postgresql.org
118+
* encouraged to submit any changes to pgsql-hackers@lists.postgresql.org
119119
* or personally to the current maintainer. Those changes may be
120120
* folded in to later versions of this program.
121121
*/
@@ -615,7 +615,7 @@ usage(void)
615615
" restore_command = 'pg_standby [OPTION]... ARCHIVELOCATION %%f %%p %%r'\n"
616616
"e.g.\n"
617617
" restore_command = 'pg_standby /mnt/server/archiverdir %%f %%p %%r'\n");
618-
printf("\nReport bugs to <pgsql-bugs@postgresql.org>.\n");
618+
printf("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n");
619619
}
620620

621621
#ifndef WIN32

contrib/vacuumlo/vacuumlo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ usage(const char *progname)
447447
printf(" -w, --no-password never prompt for password\n");
448448
printf(" -W, --password force password prompt\n");
449449
printf("\n");
450-
printf("Report bugs to <pgsql-bugs@postgresql.org>.\n");
450+
printf("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n");
451451
}
452452

453453

doc/bug.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
If PostgreSQL failed to compile on your computer or you found a bug,
2-
please fill out this form and e-mail it to pgsql-bugs@postgresql.org.
2+
please fill out this form and e-mail it to pgsql-bugs@lists.postgresql.org.
33

44
If your bug report has security implications and you'd prefer that it not
55
become immediately visible in public archives, don't send it to pgsql-bugs.
66
Security issues can be reported privately to security@postgresql.org.
77

88
If you not only found the problem but solved it and generated a patch
9-
then e-mail it to pgsql-hackers@postgresql.org instead. Please use the
9+
then e-mail it to pgsql-hackers@lists.postgresql.org instead. Please use the
1010
command "diff -c" to generate the patch.
1111

1212
You may also enter a bug report at https://www.postgresql.org/ instead of

src/backend/catalog/genbki.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,6 @@ sub usage
925925
files. The BKI files are used to initialize the
926926
postgres template database.
927927
928-
Report bugs to <pgsql-bugs\@postgresql.org>.
928+
Report bugs to <pgsql-bugs\@lists.postgresql.org>.
929929
EOM
930930
}

src/backend/main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ 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 <pgsql-bugs@lists.postgresql.org>.\n"));
381381
}
382382

383383

src/backend/postmaster/postmaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5004,7 +5004,7 @@ ExitPostmaster(int status)
50045004
ereport(LOG,
50055005
(errcode(ERRCODE_INTERNAL_ERROR),
50065006
errmsg_internal("postmaster became multithreaded"),
5007-
errdetail("Please report this to <pgsql-bugs@postgresql.org>.")));
5007+
errdetail("Please report this to <pgsql-bugs@lists.postgresql.org>.")));
50085008
#endif
50095009

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

src/backend/utils/Gen_fmgrtab.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ sub usage
297297
Gen_fmgrtab.pl generates fmgroids.h, fmgrprotos.h, and fmgrtab.c from
298298
pg_proc.dat
299299
300-
Report bugs to <pgsql-bugs\@postgresql.org>.
300+
Report bugs to <pgsql-bugs\@lists.postgresql.org>.
301301
EOM
302302
}
303303

src/bin/initdb/initdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,7 @@ usage(const char *progname)
24192419
printf(_(" -?, --help show this help, then exit\n"));
24202420
printf(_("\nIf the data directory is not specified, the environment variable PGDATA\n"
24212421
"is used.\n"));
2422-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
2422+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
24232423
}
24242424

24252425
static void

src/bin/pg_archivecleanup/pg_archivecleanup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ char exclusiveCleanupFileName[MAXFNAMELEN]; /* the oldest file we want
4343
* accessible directory. If you want to make other assumptions,
4444
* such as using a vendor-specific archive and access API, these
4545
* routines are the ones you'll need to change. You're
46-
* encouraged to submit any changes to pgsql-hackers@postgresql.org
46+
* encouraged to submit any changes to pgsql-hackers@lists.postgresql.org
4747
* or personally to the current maintainer. Those changes may be
4848
* folded in to later versions of this program.
4949
*/
@@ -273,7 +273,7 @@ usage(void)
273273
"Or for use as a standalone archive cleaner:\n"
274274
"e.g.\n"
275275
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"));
276-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
276+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
277277
}
278278

279279
/*------------ MAIN ----------------------------------------*/

src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ usage(void)
377377
printf(_(" -U, --username=NAME connect as specified database user\n"));
378378
printf(_(" -w, --no-password never prompt for password\n"));
379379
printf(_(" -W, --password force password prompt (should happen automatically)\n"));
380-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
380+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
381381
}
382382

383383

src/bin/pg_basebackup/pg_receivewal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ usage(void)
103103
printf(_("\nOptional actions:\n"));
104104
printf(_(" --create-slot create a new replication slot (for the slot's name see --slot)\n"));
105105
printf(_(" --drop-slot drop the replication slot (for the slot's name see --slot)\n"));
106-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
106+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
107107
}
108108

109109
static bool

src/bin/pg_basebackup/pg_recvlogical.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ usage(void)
105105
printf(_(" -U, --username=NAME connect as specified database user\n"));
106106
printf(_(" -w, --no-password never prompt for password\n"));
107107
printf(_(" -W, --password force password prompt (should happen automatically)\n"));
108-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
108+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
109109
}
110110

111111
/*

src/bin/pg_config/pg_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ help(void)
102102
printf(_(" --version show the PostgreSQL version\n"));
103103
printf(_(" -?, --help show this help, then exit\n"));
104104
printf(_("\nWith no arguments, all known items are shown.\n\n"));
105-
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
105+
printf(_("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
106106
}
107107

108108
static void

src/bin/pg_controldata/pg_controldata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ usage(const char *progname)
4040
printf(_(" -?, --help show this help, then exit\n"));
4141
printf(_("\nIf no data directory (DATADIR) is specified, "
4242
"the environment variable PGDATA\nis used.\n\n"));
43-
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
43+
printf(_("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
4444
}
4545

4646

src/bin/pg_ctl/pg_ctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ do_help(void)
20842084
printf(_(" demand start service on demand\n"));
20852085
#endif
20862086

2087-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
2087+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
20882088
}
20892089

20902090

src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ help(const char *progname)
997997

998998
printf(_("\nIf no database name is supplied, then the PGDATABASE environment\n"
999999
"variable value is used.\n\n"));
1000-
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
1000+
printf(_("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
10011001
}
10021002

10031003
static void

src/bin/pg_dump/pg_dumpall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ help(void)
643643

644644
printf(_("\nIf -f/--file is not used, then the SQL script will be written to the standard\n"
645645
"output.\n\n"));
646-
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
646+
printf(_("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
647647
}
648648

649649

src/bin/pg_dump/pg_restore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,5 +520,5 @@ usage(const char *progname)
520520
"The options -I, -n, -N, -P, -t, -T, and --section can be combined and specified\n"
521521
"multiple times to select multiple objects.\n"));
522522
printf(_("\nIf no input file name is supplied, then standard input is used.\n\n"));
523-
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
523+
printf(_("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
524524
}

src/bin/pg_resetwal/pg_resetwal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,5 +1325,5 @@ usage(void)
13251325
printf(_(" -x, --next-transaction-id=XID set next transaction ID\n"));
13261326
printf(_(" --wal-segsize=SIZE size of WAL segments, in megabytes\n"));
13271327
printf(_(" -?, --help show this help, then exit\n"));
1328-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
1328+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
13291329
}

src/bin/pg_rewind/pg_rewind.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ usage(const char *progname)
7878
printf(_(" --debug write a lot of debug messages\n"));
7979
printf(_(" -V, --version output version information, then exit\n"));
8080
printf(_(" -?, --help show this help, then exit\n"));
81-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
81+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
8282
}
8383

8484

src/bin/pg_upgrade/option.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ usage(void)
336336
" C:\\> set PGBINNEW=newCluster/bin\n"
337337
" C:\\> pg_upgrade\n"));
338338
#endif
339-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
339+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
340340
}
341341

342342

src/bin/pg_verify_checksums/pg_verify_checksums.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ usage(void)
4747
printf(_(" -?, --help show this help, then exit\n"));
4848
printf(_("\nIf no data directory (DATADIR) is specified, "
4949
"the environment variable PGDATA\nis used.\n\n"));
50-
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
50+
printf(_("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
5151
}
5252

5353
/*

src/bin/pgbench/pgbench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ usage(void)
690690
" -V, --version output version information, then exit\n"
691691
" -?, --help show this help, then exit\n"
692692
"\n"
693-
"Report bugs to <pgsql-bugs@postgresql.org>.\n",
693+
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n",
694694
progname, progname);
695695
}
696696

src/bin/psql/help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ usage(unsigned short int pager)
144144
fprintf(output, _("\nFor more information, type \"\\?\" (for internal commands) or \"\\help\" (for SQL\n"
145145
"commands) from within psql, or consult the psql section in the PostgreSQL\n"
146146
"documentation.\n\n"));
147-
fprintf(output, _("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
147+
fprintf(output, _("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
148148

149149
ClosePager(output);
150150
}

src/bin/scripts/clusterdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,5 +290,5 @@ help(const char *progname)
290290
printf(_(" -W, --password force password prompt\n"));
291291
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
292292
printf(_("\nRead the description of the SQL command CLUSTER for details.\n"));
293-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
293+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
294294
}

src/bin/scripts/createdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,5 @@ help(const char *progname)
270270
printf(_(" -W, --password force password prompt\n"));
271271
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
272272
printf(_("\nBy default, a database with the same name as the current user is created.\n"));
273-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
273+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
274274
}

src/bin/scripts/createuser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,5 +370,5 @@ help(const char *progname)
370370
printf(_(" -U, --username=USERNAME user name to connect as (not the one to create)\n"));
371371
printf(_(" -w, --no-password never prompt for password\n"));
372372
printf(_(" -W, --password force password prompt\n"));
373-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
373+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
374374
}

src/bin/scripts/dropdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ help(const char *progname)
168168
printf(_(" -w, --no-password never prompt for password\n"));
169169
printf(_(" -W, --password force password prompt\n"));
170170
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
171-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
171+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
172172
}

src/bin/scripts/dropuser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,5 @@ help(const char *progname)
173173
printf(_(" -U, --username=USERNAME user name to connect as (not the one to drop)\n"));
174174
printf(_(" -w, --no-password never prompt for password\n"));
175175
printf(_(" -W, --password force password prompt\n"));
176-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
176+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
177177
}

src/bin/scripts/pg_isready.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,5 @@ help(const char *progname)
233233
printf(_(" -p, --port=PORT database server port\n"));
234234
printf(_(" -t, --timeout=SECS seconds to wait when attempting connection, 0 disables (default: %s)\n"), DEFAULT_CONNECT_TIMEOUT);
235235
printf(_(" -U, --username=USERNAME user name to connect as\n"));
236-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
236+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
237237
}

src/bin/scripts/reindexdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,5 +421,5 @@ help(const char *progname)
421421
printf(_(" -W, --password force password prompt\n"));
422422
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
423423
printf(_("\nRead the description of the SQL command REINDEX for details.\n"));
424-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
424+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
425425
}

src/bin/scripts/vacuumdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,5 +1093,5 @@ help(const char *progname)
10931093
printf(_(" -W, --password force password prompt\n"));
10941094
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
10951095
printf(_("\nRead the description of the SQL command VACUUM for details.\n"));
1096-
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
1096+
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
10971097
}

src/include/pg_config.h.win32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@
618618
#define MEMSET_LOOP_LIMIT 1024
619619

620620
/* Define to the address where bug reports for this package should be sent. */
621-
#define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
621+
#define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
622622

623623
/* Define to the full name of this package. */
624624
#define PACKAGE_NAME "PostgreSQL"

0 commit comments

Comments
 (0)