mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Remove references to pgsql-ports and pgsql-patches mailing lists from
various documentation, since those lists are now dead/deprecated. Point to pgsql-bugs and/or pgsql-hackers as appropriate.
This commit is contained in:
parent
17409471b5
commit
7673ed269a
4
configure
vendored
4
configure
vendored
@ -1532,7 +1532,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-ports@postgresql.org> to see about
|
||||
Please also contact <pgsql-bugs@postgresql.org> to see about
|
||||
rectifying this. Include the above 'checking host system type...'
|
||||
line.
|
||||
*******************************************************************
|
||||
@ -1543,7 +1543,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-ports@postgresql.org> to see about
|
||||
Please also contact <pgsql-bugs@postgresql.org> to see about
|
||||
rectifying this. Include the above 'checking host system type...'
|
||||
line.
|
||||
*******************************************************************
|
||||
|
@ -1,5 +1,5 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl $PostgreSQL: pgsql/configure.in,v 1.490.2.22 2008/10/31 02:44:08 scrappy Exp $
|
||||
dnl $PostgreSQL: pgsql/configure.in,v 1.490.2.23 2009/01/06 17:27:39 tgl Exp $
|
||||
dnl
|
||||
dnl Developers, please strive to achieve this order:
|
||||
dnl
|
||||
@ -85,7 +85,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-ports@postgresql.org> to see about
|
||||
Please also contact <pgsql-bugs@postgresql.org> to see about
|
||||
rectifying this. Include the above 'checking host system type...'
|
||||
line.
|
||||
*******************************************************************
|
||||
|
@ -1,16 +1,12 @@
|
||||
If PostgreSQL failed to compile on your computer or you found a bug that
|
||||
is likely to be specific to one platform, then please fill out this form
|
||||
and e-mail it to pgsql-ports@postgresql.org.
|
||||
|
||||
To report non-porting-related bugs, fill out the form below and e-mail it to
|
||||
pgsql-bugs@postgresql.org.
|
||||
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.
|
||||
|
||||
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-patches@postgresql.org instead. Please use the
|
||||
then e-mail it to pgsql-hackers@postgresql.org instead. Please use the
|
||||
command "diff -c" to generate the patch.
|
||||
|
||||
You may also enter a bug report at http://www.postgresql.org/ instead of
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.267.2.2 2007/02/03 23:01:13 momjian Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.267.2.3 2009/01/06 17:27:39 tgl Exp $ -->
|
||||
|
||||
<chapter id="installation">
|
||||
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
||||
@ -1683,9 +1683,8 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
|
||||
<note>
|
||||
<para>
|
||||
If you are having problems with the installation on a supported
|
||||
platform, please write to <email>pgsql-bugs@postgresql.org</email>
|
||||
or <email>pgsql-ports@postgresql.org</email>, not to the people
|
||||
listed here.
|
||||
platform, please write to <email>pgsql-bugs@postgresql.org</email>,
|
||||
not to the people listed here.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.27 2006/09/16 00:30:15 momjian Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.27.2.1 2009/01/06 17:27:39 tgl Exp $ -->
|
||||
|
||||
<sect1 id="bug-reporting">
|
||||
<title>Bug Reporting Guidelines</title>
|
||||
@ -341,10 +341,10 @@
|
||||
Please be specific about what part of the documentation you are unhappy
|
||||
with.
|
||||
</para>
|
||||
|
||||
|
||||
<para>
|
||||
If your bug is a portability problem on a non-supported platform,
|
||||
send mail to <email>pgsql-ports@postgresql.org</email>,
|
||||
send mail to <email>pgsql-hackers@postgresql.org</email>,
|
||||
so we (and you) can work on
|
||||
porting <productname>PostgreSQL</productname> to your platform.
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user