From fb13749daae2e9b8587ca2922c8ebd65445c1eb5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 6 Jan 2009 17:27:39 +0000 Subject: [PATCH] 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. --- configure | 4 ++-- configure.in | 2 +- doc/bug.template | 10 +++------- doc/src/sgml/installation.sgml | 5 ++--- doc/src/sgml/problems.sgml | 4 ++-- 5 files changed, 10 insertions(+), 15 deletions(-) diff --git a/configure b/configure index cf49e3df35..9c42a746c7 100755 --- a/configure +++ b/configure @@ -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 to see about +Please also contact 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 to see about +Please also contact to see about rectifying this. Include the above 'checking host system type...' line. ******************************************************************* diff --git a/configure.in b/configure.in index 8186bcf084..d0c2fbc3cf 100644 --- a/configure.in +++ b/configure.in @@ -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 to see about +Please also contact to see about rectifying this. Include the above 'checking host system type...' line. ******************************************************************* diff --git a/doc/bug.template b/doc/bug.template index d34d1ad021..d2c4a0a15d 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 c61941eb11..621fd0629a 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1683,9 +1683,8 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` If you are having problems with the installation on a supported - platform, please write to pgsql-bugs@postgresql.org - or pgsql-ports@postgresql.org, not to the people - listed here. + platform, please write to pgsql-bugs@postgresql.org, + not to the people listed here. diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml index 5f2478461b..21eb46aa6f 100644 --- a/doc/src/sgml/problems.sgml +++ b/doc/src/sgml/problems.sgml @@ -341,10 +341,10 @@ Please be specific about what part of the documentation you are unhappy with. - + If your bug is a portability problem on a non-supported platform, - send mail to pgsql-ports@postgresql.org, + send mail to pgsql-hackers@postgresql.org, so we (and you) can work on porting PostgreSQL to your platform. -- 2.39.5