diff options
author | Tom Lane | 2009-01-06 17:27:06 +0000 |
---|---|---|
committer | Tom Lane | 2009-01-06 17:27:06 +0000 |
commit | 731a2aa53d24458045f1e307f050c8dddc8be28a (patch) | |
tree | e689389df186a83b927e76f1e5d7913afd81b788 | |
parent | 2323f81c32df52387f9884e1952f1256d35d863c (diff) |
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 | 2 | ||||
-rw-r--r-- | contrib/pg_standby/pg_standby.c | 2 | ||||
-rw-r--r-- | doc/bug.template | 10 | ||||
-rw-r--r-- | doc/src/sgml/problems.sgml | 4 |
5 files changed, 9 insertions, 13 deletions
@@ -2081,7 +2081,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 <[email protected]> to see about +Please also contact <[email protected]> to see about rectifying this. Include the above 'checking host system type...' line. ******************************************************************* @@ -2092,7 +2092,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 <[email protected]> to see about +Please also contact <[email protected]> to see about rectifying this. Include the above 'checking host system type...' line. ******************************************************************* diff --git a/configure.in b/configure.in index 1070a5381e..13a071461b 100644 --- a/configure.in +++ b/configure.in @@ -88,7 +88,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 <[email protected]> to see about +Please also contact <[email protected]> to see about rectifying this. Include the above 'checking host system type...' line. ******************************************************************* diff --git a/contrib/pg_standby/pg_standby.c b/contrib/pg_standby/pg_standby.c index 96c5b829a8..45d64c36ad 100644 --- a/contrib/pg_standby/pg_standby.c +++ b/contrib/pg_standby/pg_standby.c @@ -91,7 +91,7 @@ struct stat stat_buf; * accessible directory. If you want to make other assumptions, * such as using a vendor-specific archive and access API, these * routines are the ones you'll need to change. You're - * enouraged to submit any changes to [email protected] + * enouraged to submit any changes to [email protected] * or personally to the current maintainer. Those changes may be * folded in to later versions of this program. */ diff --git a/doc/bug.template b/doc/bug.template index 2292ea8001..c1b31425d7 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 [email protected]. - -To report non-porting-related bugs, fill out the form below and e-mail it to +If PostgreSQL failed to compile on your computer or you found a bug, +please fill out this form and e-mail it to [email protected]. 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 [email protected]. If you not only found the problem but solved it and generated a patch -then e-mail it to [email protected] instead. Please use the +then e-mail it to [email protected] 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/problems.sgml b/doc/src/sgml/problems.sgml index 94799ba1ce..769f9105f0 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. </para> - + <para> If your bug is a portability problem on a non-supported platform, - send mail to <email>[email protected]</email>, + send mail to <email>[email protected]</email>, so we (and you) can work on porting <productname>PostgreSQL</productname> to your platform. </para> |