summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-01-06 17:28:01 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-01-06 17:28:01 +0000
commit0cdeea0e546ec128daa813735d5c59374ea73145 (patch)
treedb31887f33ab99ed7d3607375525f5f1b9bb0a36
parentfea5ec52637d5a0c8e1e91518e02c6580ba2e41d (diff)
downloadpostgresql-0cdeea0e546ec128daa813735d5c59374ea73145.tar.gz
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.
-rwxr-xr-xconfigure4
-rw-r--r--configure.in4
-rw-r--r--doc/bug.template10
-rw-r--r--doc/src/sgml/installation.sgml7
-rw-r--r--doc/src/sgml/problems.sgml6
5 files changed, 13 insertions, 18 deletions
diff --git a/configure b/configure
index 1bd8b40d1a..24aef8566b 100755
--- a/configure
+++ b/configure
@@ -1423,7 +1423,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.
*******************************************************************
@@ -1434,7 +1434,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.
*******************************************************************
diff --git a/configure.in b/configure.in
index deb747b8af..7d61d043cb 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.398.4.29 2008/10/31 02:54:50 scrappy Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.398.4.30 2009/01/06 17:28:01 tgl Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -87,7 +87,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.
*******************************************************************
diff --git a/doc/bug.template b/doc/bug.template
index aba0ee5e1f..8670f6ab0d 100644
--- a/doc/bug.template
+++ b/doc/bug.template
@@ -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
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 852a02595c..26e840ad91 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.228.4.1 2005/01/23 00:37:12 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.228.4.2 2009/01/06 17:28:01 tgl Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -1470,9 +1470,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>
diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml
index f5692f1e20..5fdc45a1f1 100644
--- a/doc/src/sgml/problems.sgml
+++ b/doc/src/sgml/problems.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.19.4.1 2005/01/30 21:31:57 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.19.4.2 2009/01/06 17:28:01 tgl Exp $
-->
<sect1 id="bug-reporting">
@@ -341,10 +341,10 @@ $PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.19.4.1 2005/01/30 21:31:57 tgl
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>