diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-01-06 17:27:50 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-01-06 17:27:50 +0000 |
commit | 943b6b82a9003e15512620f15e1bc74ce7ad955c (patch) | |
tree | 5c8c0788e047d35d76cd99f3d52ba56263db9bc4 | |
parent | fcd3890f3c8fb63a7a2fe1732f0b412b65f45c5e (diff) | |
download | postgresql-943b6b82a9003e15512620f15e1bc74ce7ad955c.tar.gz postgresql-943b6b82a9003e15512620f15e1bc74ce7ad955c.zip |
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-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | doc/bug.template | 10 | ||||
-rw-r--r-- | doc/src/sgml/installation.sgml | 7 | ||||
-rw-r--r-- | doc/src/sgml/problems.sgml | 6 |
5 files changed, 13 insertions, 18 deletions
diff --git a/configure b/configure index 797ba15f461..233e073643c 100755 --- a/configure +++ b/configure @@ -1530,7 +1530,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. ******************************************************************* @@ -1541,7 +1541,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 7cba1418048..ed16256674b 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.431.2.29 2008/10/31 02:49:03 scrappy Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.431.2.30 2009/01/06 17:27:50 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 ccb234da0cd..c28c058b776 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 d60e5554f38..94363de3e66 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.249 2005/11/05 00:04:04 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.249.2.1 2009/01/06 17:27:50 tgl Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -1495,9 +1495,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 cd4f65bb153..1b97fcb7381 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.24 2005/04/09 03:52:43 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.24.2.1 2009/01/06 17:27:50 tgl Exp $ --> <sect1 id="bug-reporting"> @@ -343,10 +343,10 @@ $PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.24 2005/04/09 03:52:43 momjian 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> |