mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Commitc0d0e54084
replaced the ones in the documentation, but missed out on the ones in the code. Replace those as well, but unlikec0d0e54084
, don't backpatch the code changes to avoid breaking translations.
This commit is contained in:
@ -925,6 +925,6 @@ headers from specially formatted header files and .dat
|
||||
files. The BKI files are used to initialize the
|
||||
postgres template database.
|
||||
|
||||
Report bugs to <pgsql-bugs\@postgresql.org>.
|
||||
Report bugs to <pgsql-bugs\@lists.postgresql.org>.
|
||||
EOM
|
||||
}
|
||||
|
@ -377,7 +377,7 @@ help(const char *progname)
|
||||
printf(_("\nPlease read the documentation for the complete list of run-time\n"
|
||||
"configuration settings and how to set them on the command line or in\n"
|
||||
"the configuration file.\n\n"
|
||||
"Report bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
|
||||
|
@ -5004,7 +5004,7 @@ ExitPostmaster(int status)
|
||||
ereport(LOG,
|
||||
(errcode(ERRCODE_INTERNAL_ERROR),
|
||||
errmsg_internal("postmaster became multithreaded"),
|
||||
errdetail("Please report this to <pgsql-bugs@postgresql.org>.")));
|
||||
errdetail("Please report this to <pgsql-bugs@lists.postgresql.org>.")));
|
||||
#endif
|
||||
|
||||
/* should cleanup shared memory and kill all backends */
|
||||
|
@ -297,7 +297,7 @@ Usage: perl -I [directory of Catalog.pm] Gen_fmgrtab.pl -I [include path] [path
|
||||
Gen_fmgrtab.pl generates fmgroids.h, fmgrprotos.h, and fmgrtab.c from
|
||||
pg_proc.dat
|
||||
|
||||
Report bugs to <pgsql-bugs\@postgresql.org>.
|
||||
Report bugs to <pgsql-bugs\@lists.postgresql.org>.
|
||||
EOM
|
||||
}
|
||||
|
||||
|
@ -2419,7 +2419,7 @@ usage(const char *progname)
|
||||
printf(_(" -?, --help show this help, then exit\n"));
|
||||
printf(_("\nIf the data directory is not specified, the environment variable PGDATA\n"
|
||||
"is used.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -43,7 +43,7 @@ char exclusiveCleanupFileName[MAXFNAMELEN]; /* the oldest file we want
|
||||
* accessible directory. If you want to make other assumptions,
|
||||
* such as using a vendor-specific archive and access API, these
|
||||
* routines are the ones you'll need to change. You're
|
||||
* encouraged to submit any changes to pgsql-hackers@postgresql.org
|
||||
* encouraged to submit any changes to pgsql-hackers@lists.postgresql.org
|
||||
* or personally to the current maintainer. Those changes may be
|
||||
* folded in to later versions of this program.
|
||||
*/
|
||||
@ -273,7 +273,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@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
/*------------ MAIN ----------------------------------------*/
|
||||
|
@ -377,7 +377,7 @@ usage(void)
|
||||
printf(_(" -U, --username=NAME connect as specified database user\n"));
|
||||
printf(_(" -w, --no-password never prompt for password\n"));
|
||||
printf(_(" -W, --password force password prompt (should happen automatically)\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
|
||||
|
@ -103,7 +103,7 @@ usage(void)
|
||||
printf(_("\nOptional actions:\n"));
|
||||
printf(_(" --create-slot create a new replication slot (for the slot's name see --slot)\n"));
|
||||
printf(_(" --drop-slot drop the replication slot (for the slot's name see --slot)\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
static bool
|
||||
|
@ -105,7 +105,7 @@ usage(void)
|
||||
printf(_(" -U, --username=NAME connect as specified database user\n"));
|
||||
printf(_(" -w, --no-password never prompt for password\n"));
|
||||
printf(_(" -W, --password force password prompt (should happen automatically)\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -102,7 +102,7 @@ help(void)
|
||||
printf(_(" --version show the PostgreSQL version\n"));
|
||||
printf(_(" -?, --help show this help, then exit\n"));
|
||||
printf(_("\nWith no arguments, all known items are shown.\n\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -40,7 +40,7 @@ usage(const char *progname)
|
||||
printf(_(" -?, --help show this help, then exit\n"));
|
||||
printf(_("\nIf no data directory (DATADIR) is specified, "
|
||||
"the environment variable PGDATA\nis used.\n\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
|
||||
|
@ -2084,7 +2084,7 @@ do_help(void)
|
||||
printf(_(" demand start service on demand\n"));
|
||||
#endif
|
||||
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
|
||||
|
@ -997,7 +997,7 @@ help(const char *progname)
|
||||
|
||||
printf(_("\nIf no database name is supplied, then the PGDATABASE environment\n"
|
||||
"variable value is used.\n\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -643,7 +643,7 @@ help(void)
|
||||
|
||||
printf(_("\nIf -f/--file is not used, then the SQL script will be written to the standard\n"
|
||||
"output.\n\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
|
||||
|
@ -520,5 +520,5 @@ usage(const char *progname)
|
||||
"The options -I, -n, -N, -P, -t, -T, and --section can be combined and specified\n"
|
||||
"multiple times to select multiple objects.\n"));
|
||||
printf(_("\nIf no input file name is supplied, then standard input is used.\n\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
@ -1325,5 +1325,5 @@ usage(void)
|
||||
printf(_(" -x, --next-transaction-id=XID set next transaction ID\n"));
|
||||
printf(_(" --wal-segsize=SIZE size of WAL segments, in megabytes\n"));
|
||||
printf(_(" -?, --help show this help, then exit\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
@ -78,7 +78,7 @@ usage(const char *progname)
|
||||
printf(_(" --debug write a lot of debug messages\n"));
|
||||
printf(_(" -V, --version output version information, then exit\n"));
|
||||
printf(_(" -?, --help show this help, then exit\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
|
||||
|
@ -336,7 +336,7 @@ usage(void)
|
||||
" C:\\> set PGBINNEW=newCluster/bin\n"
|
||||
" C:\\> pg_upgrade\n"));
|
||||
#endif
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
|
||||
|
@ -47,7 +47,7 @@ usage(void)
|
||||
printf(_(" -?, --help show this help, then exit\n"));
|
||||
printf(_("\nIf no data directory (DATADIR) is specified, "
|
||||
"the environment variable PGDATA\nis used.\n\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -690,7 +690,7 @@ usage(void)
|
||||
" -V, --version output version information, then exit\n"
|
||||
" -?, --help show this help, then exit\n"
|
||||
"\n"
|
||||
"Report bugs to <pgsql-bugs@postgresql.org>.\n",
|
||||
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n",
|
||||
progname, progname);
|
||||
}
|
||||
|
||||
|
@ -144,7 +144,7 @@ usage(unsigned short int pager)
|
||||
fprintf(output, _("\nFor more information, type \"\\?\" (for internal commands) or \"\\help\" (for SQL\n"
|
||||
"commands) from within psql, or consult the psql section in the PostgreSQL\n"
|
||||
"documentation.\n\n"));
|
||||
fprintf(output, _("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
fprintf(output, _("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
|
||||
ClosePager(output);
|
||||
}
|
||||
|
@ -290,5 +290,5 @@ help(const char *progname)
|
||||
printf(_(" -W, --password force password prompt\n"));
|
||||
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
|
||||
printf(_("\nRead the description of the SQL command CLUSTER for details.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
@ -270,5 +270,5 @@ help(const char *progname)
|
||||
printf(_(" -W, --password force password prompt\n"));
|
||||
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
|
||||
printf(_("\nBy default, a database with the same name as the current user is created.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
@ -370,5 +370,5 @@ help(const char *progname)
|
||||
printf(_(" -U, --username=USERNAME user name to connect as (not the one to create)\n"));
|
||||
printf(_(" -w, --no-password never prompt for password\n"));
|
||||
printf(_(" -W, --password force password prompt\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
@ -168,5 +168,5 @@ help(const char *progname)
|
||||
printf(_(" -w, --no-password never prompt for password\n"));
|
||||
printf(_(" -W, --password force password prompt\n"));
|
||||
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
@ -173,5 +173,5 @@ help(const char *progname)
|
||||
printf(_(" -U, --username=USERNAME user name to connect as (not the one to drop)\n"));
|
||||
printf(_(" -w, --no-password never prompt for password\n"));
|
||||
printf(_(" -W, --password force password prompt\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
@ -233,5 +233,5 @@ help(const char *progname)
|
||||
printf(_(" -p, --port=PORT database server port\n"));
|
||||
printf(_(" -t, --timeout=SECS seconds to wait when attempting connection, 0 disables (default: %s)\n"), DEFAULT_CONNECT_TIMEOUT);
|
||||
printf(_(" -U, --username=USERNAME user name to connect as\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
@ -421,5 +421,5 @@ help(const char *progname)
|
||||
printf(_(" -W, --password force password prompt\n"));
|
||||
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
|
||||
printf(_("\nRead the description of the SQL command REINDEX for details.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
@ -1093,5 +1093,5 @@ help(const char *progname)
|
||||
printf(_(" -W, --password force password prompt\n"));
|
||||
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
|
||||
printf(_("\nRead the description of the SQL command VACUUM for details.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
@ -618,7 +618,7 @@
|
||||
#define MEMSET_LOOP_LIMIT 1024
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
|
||||
#define PACKAGE_BUGREPORT "pgsql-bugs@lists.postgresql.org"
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#define PACKAGE_NAME "PostgreSQL"
|
||||
|
@ -897,7 +897,7 @@ spin_delay(void)
|
||||
|
||||
/* Blow up if we didn't have any way to do spinlocks */
|
||||
#ifndef HAS_TEST_AND_SET
|
||||
#error PostgreSQL does not have native spinlock support on this platform. To continue the compilation, rerun configure using --disable-spinlocks. However, performance will be poor. Please report this to pgsql-bugs@postgresql.org.
|
||||
#error PostgreSQL does not have native spinlock support on this platform. To continue the compilation, rerun configure using --disable-spinlocks. However, performance will be poor. Please report this to pgsql-bugs@lists.postgresql.org.
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -58,7 +58,7 @@ help(const char *progname)
|
||||
printf(_(" -?, --help show this help, then exit\n"));
|
||||
printf(_("\nIf no output file is specified, the name is formed by adding .c to the\n"
|
||||
"input file name, after stripping off .pgc if present.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -1408,7 +1408,7 @@ cppline {space}*#([^i][A-Za-z]*|{if}|{ifdef}|{ifndef}|{import})((\/\*[^*/]*\*+
|
||||
}
|
||||
}
|
||||
|
||||
<INITIAL>{other}|\n { mmfatal(PARSE_ERROR, "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"); }
|
||||
<INITIAL>{other}|\n { mmfatal(PARSE_ERROR, "internal error: unreachable state; please report this to <pgsql-bugs@lists.postgresql.org>"); }
|
||||
|
||||
%%
|
||||
|
||||
|
@ -299,7 +299,7 @@ ECPGdump_a_type(FILE *o, const char *name, struct ECPGtype *type, const int brac
|
||||
break;
|
||||
default:
|
||||
if (!IS_SIMPLE_TYPE(type->u.element->type))
|
||||
base_yyerror("internal error: unknown datatype, please report this to <pgsql-bugs@postgresql.org>");
|
||||
base_yyerror("internal error: unknown datatype, please report this to <pgsql-bugs@lists.postgresql.org>");
|
||||
|
||||
ECPGdump_a_simple(o, name,
|
||||
type->u.element->type,
|
||||
@ -663,7 +663,7 @@ ECPGfree_type(struct ECPGtype *type)
|
||||
break;
|
||||
default:
|
||||
if (!IS_SIMPLE_TYPE(type->u.element->type))
|
||||
base_yyerror("internal error: unknown datatype, please report this to <pgsql-bugs@postgresql.org>");
|
||||
base_yyerror("internal error: unknown datatype, please report this to <pgsql-bugs@lists.postgresql.org>");
|
||||
|
||||
free(type->u.element);
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ ALL_PO_FILES = $(addprefix po/, $(addsuffix .po, $(AVAIL_LANGUAGES)))
|
||||
MO_FILES = $(addprefix po/, $(addsuffix .mo, $(LANGUAGES)))
|
||||
|
||||
ifdef XGETTEXT
|
||||
XGETTEXT += -ctranslator --copyright-holder='PostgreSQL Global Development Group' --msgid-bugs-address=pgsql-bugs@postgresql.org --no-wrap --sort-by-file --package-name='$(CATALOG_NAME) (PostgreSQL)' --package-version='$(MAJORVERSION)'
|
||||
XGETTEXT += -ctranslator --copyright-holder='PostgreSQL Global Development Group' --msgid-bugs-address=pgsql-bugs@lists.postgresql.org --no-wrap --sort-by-file --package-name='$(CATALOG_NAME) (PostgreSQL)' --package-version='$(MAJORVERSION)'
|
||||
endif
|
||||
|
||||
ifdef MSGMERGE
|
||||
|
@ -2032,7 +2032,7 @@ help(void)
|
||||
printf(_("The exit status is 0 if all tests passed, 1 if some tests failed, and 2\n"));
|
||||
printf(_("if the tests could not be run for some reason.\n"));
|
||||
printf(_("\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
printf(_("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
|
||||
}
|
||||
|
||||
int
|
||||
|
@ -18,7 +18,7 @@ in any of the usual ways for setting a parameter, where xyz is the filename
|
||||
that contains the desired time zone abbreviations.
|
||||
|
||||
If you do not find an appropriate set of abbreviations for your geographic
|
||||
location supplied here, please report this to <pgsql-hackers@postgresql.org>.
|
||||
location supplied here, please report this to <pgsql-hackers@lists.postgresql.org>.
|
||||
Your set of time zone abbreviations can then be included in future releases.
|
||||
For the time being you can always add your own set.
|
||||
|
||||
|
@ -61,6 +61,6 @@ Usage: fix-old-flex-code.pl c-file-name
|
||||
fix-old-flex-code.pl modifies a flex output file to suppress
|
||||
an unused-variable warning that occurs with older flex versions.
|
||||
|
||||
Report bugs to <pgsql-bugs\@postgresql.org>.
|
||||
Report bugs to <pgsql-bugs\@lists.postgresql.org>.
|
||||
EOM
|
||||
}
|
||||
|
Reference in New Issue
Block a user