1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03: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:
Tom Lane
2009-01-06 17:27:19 +00:00
parent 1f2e2aa4fc
commit 72a3bc4a1d
6 changed files with 13 additions and 17 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.300.2.2 2008/06/05 19:56:14 alvherre Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.300.2.3 2009/01/06 17:27:19 tgl Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -1848,7 +1848,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
to be supported according to recent build farm results, please report
it to <email>pgsql-bugs@postgresql.org</email>. If you are interested
in porting <productname>PostgreSQL</> to a new platform,
<email>pgsql-ports@postgresql.org</email> is the appropriate place
<email>pgsql-hackers@postgresql.org</email> is the appropriate place
to discuss that.
</para>
</sect1>

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.28 2007/01/31 20:56:18 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.28.2.1 2009/01/06 17:27:19 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>