mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-04-06 20:31:03 +08:00
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Commit c0d0e54084 replaced the ones in the documentation, but missed out on the ones in the code. Replace those as well, but unlike c0d0e54084, don't backpatch the code changes to avoid breaking translations.
This commit is contained in:
parent
3bed67bed1
commit
0301db623d
24
configure
vendored
24
configure
vendored
@ -2,7 +2,7 @@
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69 for PostgreSQL 12devel.
|
||||
#
|
||||
# Report bugs to <pgsql-bugs@postgresql.org>.
|
||||
# Report bugs to <pgsql-bugs@lists.postgresql.org>.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
||||
@ -269,10 +269,10 @@ fi
|
||||
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
|
||||
else
|
||||
$as_echo "$0: Please tell bug-autoconf@gnu.org and
|
||||
$0: pgsql-bugs@postgresql.org about your system, including
|
||||
$0: any error possibly output before this message. Then
|
||||
$0: install a modern shell, or manually run the script
|
||||
$0: under such a shell if you do have one."
|
||||
$0: pgsql-bugs@lists.postgresql.org about your system,
|
||||
$0: including any error possibly output before this
|
||||
$0: message. Then install a modern shell, or manually run
|
||||
$0: the script under such a shell if you do have one."
|
||||
fi
|
||||
exit 1
|
||||
fi
|
||||
@ -584,7 +584,7 @@ PACKAGE_NAME='PostgreSQL'
|
||||
PACKAGE_TARNAME='postgresql'
|
||||
PACKAGE_VERSION='12devel'
|
||||
PACKAGE_STRING='PostgreSQL 12devel'
|
||||
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
|
||||
PACKAGE_BUGREPORT='pgsql-bugs@lists.postgresql.org'
|
||||
PACKAGE_URL=''
|
||||
|
||||
ac_unique_file="src/backend/access/common/heaptuple.c"
|
||||
@ -1602,7 +1602,7 @@ Some influential environment variables:
|
||||
Use these variables to override the choices made by `configure' or to help
|
||||
it to find libraries and programs with nonstandard names/locations.
|
||||
|
||||
Report bugs to <pgsql-bugs@postgresql.org>.
|
||||
Report bugs to <pgsql-bugs@lists.postgresql.org>.
|
||||
_ACEOF
|
||||
ac_status=$?
|
||||
fi
|
||||
@ -1910,9 +1910,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
|
||||
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
|
||||
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
|
||||
( $as_echo "## ---------------------------------------- ##
|
||||
## Report this to pgsql-bugs@postgresql.org ##
|
||||
## ---------------------------------------- ##"
|
||||
( $as_echo "## ---------------------------------------------- ##
|
||||
## Report this to pgsql-bugs@lists.postgresql.org ##
|
||||
## ---------------------------------------------- ##"
|
||||
) | sed "s/^/$as_me: WARNING: /" >&2
|
||||
;;
|
||||
esac
|
||||
@ -2969,7 +2969,7 @@ PostgreSQL has apparently not been ported to your platform yet.
|
||||
To try a manual configuration, look into the src/template directory
|
||||
for a similar platform and use the '--with-template=' option.
|
||||
|
||||
Please also contact <pgsql-bugs@postgresql.org> to see about
|
||||
Please also contact <pgsql-bugs@lists.postgresql.org> to see about
|
||||
rectifying this. Include the above 'checking host system type...'
|
||||
line.
|
||||
*******************************************************************
|
||||
@ -19687,7 +19687,7 @@ $config_links
|
||||
Configuration commands:
|
||||
$config_commands
|
||||
|
||||
Report bugs to <pgsql-bugs@postgresql.org>."
|
||||
Report bugs to <pgsql-bugs@lists.postgresql.org>."
|
||||
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
|
@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
|
||||
dnl
|
||||
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
|
||||
|
||||
AC_INIT([PostgreSQL], [12devel], [pgsql-bugs@postgresql.org])
|
||||
AC_INIT([PostgreSQL], [12devel], [pgsql-bugs@lists.postgresql.org])
|
||||
|
||||
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
|
||||
Untested combinations of 'autoconf' and PostgreSQL versions are not
|
||||
@ -79,7 +79,7 @@ PostgreSQL has apparently not been ported to your platform yet.
|
||||
To try a manual configuration, look into the src/template directory
|
||||
for a similar platform and use the '--with-template=' option.
|
||||
|
||||
Please also contact <pgsql-bugs@postgresql.org> to see about
|
||||
Please also contact <pgsql-bugs@lists.postgresql.org> to see about
|
||||
rectifying this. Include the above 'checking host system type...'
|
||||
line.
|
||||
*******************************************************************
|
||||
|
@ -211,7 +211,7 @@ help(const char *progname)
|
||||
" -p, --port=PORT database server port number\n"
|
||||
" -U, --username=USERNAME connect as specified database user\n"
|
||||
"\nThe default action is to show all database OIDs.\n\n"
|
||||
"Report bugs to <pgsql-bugs@postgresql.org>.\n",
|
||||
"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n",
|
||||
progname, progname);
|
||||
}
|
||||
|
||||
|
@ -115,7 +115,7 @@ static bool SetWALSegSize(void);
|
||||
* 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.
|
||||
*/
|
||||
@ -615,7 +615,7 @@ usage(void)
|
||||
" restore_command = 'pg_standby [OPTION]... ARCHIVELOCATION %%f %%p %%r'\n"
|
||||
"e.g.\n"
|
||||
" restore_command = 'pg_standby /mnt/server/archiverdir %%f %%p %%r'\n");
|
||||
printf("\nReport bugs to <pgsql-bugs@postgresql.org>.\n");
|
||||
printf("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n");
|
||||
}
|
||||
|
||||
#ifndef WIN32
|
||||
|
@ -447,7 +447,7 @@ usage(const char *progname)
|
||||
printf(" -w, --no-password never prompt for password\n");
|
||||
printf(" -W, --password force password prompt\n");
|
||||
printf("\n");
|
||||
printf("Report bugs to <pgsql-bugs@postgresql.org>.\n");
|
||||
printf("Report bugs to <pgsql-bugs@lists.postgresql.org>.\n");
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
If PostgreSQL failed to compile on your computer or you found a bug,
|
||||
please fill out this form and e-mail it to pgsql-bugs@postgresql.org.
|
||||
please fill out this form and e-mail it to pgsql-bugs@lists.postgresql.org.
|
||||
|
||||
If your bug report has security implications and you'd prefer that it not
|
||||
become immediately visible in public archives, don't send it to pgsql-bugs.
|
||||
Security issues can be reported privately to security@postgresql.org.
|
||||
|
||||
If you not only found the problem but solved it and generated a patch
|
||||
then e-mail it to pgsql-hackers@postgresql.org instead. Please use the
|
||||
then e-mail it to pgsql-hackers@lists.postgresql.org instead. Please use the
|
||||
command "diff -c" to generate the patch.
|
||||
|
||||
You may also enter a bug report at https://www.postgresql.org/ instead of
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user