Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e228624

Browse files
committed
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.
1 parent 6715642 commit e228624

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ PostgreSQL has apparently not been ported to your platform yet.
20812081
To try a manual configuration, look into the src/template directory
20822082
for a similar platform and use the '--with-template=' option.
20832083

2084-
Please also contact <pgsql-ports@postgresql.org> to see about
2084+
Please also contact <pgsql-bugs@postgresql.org> to see about
20852085
rectifying this. Include the above 'checking host system type...'
20862086
line.
20872087
*******************************************************************
@@ -2092,7 +2092,7 @@ PostgreSQL has apparently not been ported to your platform yet.
20922092
To try a manual configuration, look into the src/template directory
20932093
for a similar platform and use the '--with-template=' option.
20942094

2095-
Please also contact <pgsql-ports@postgresql.org> to see about
2095+
Please also contact <pgsql-bugs@postgresql.org> to see about
20962096
rectifying this. Include the above 'checking host system type...'
20972097
line.
20982098
*******************************************************************

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.581 2009/01/06 15:38:44 tgl Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.582 2009/01/06 17:27:06 tgl Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -88,7 +88,7 @@ PostgreSQL has apparently not been ported to your platform yet.
8888
To try a manual configuration, look into the src/template directory
8989
for a similar platform and use the '--with-template=' option.
9090

91-
Please also contact <pgsql-ports@postgresql.org> to see about
91+
Please also contact <pgsql-bugs@postgresql.org> to see about
9292
rectifying this. Include the above 'checking host system type...'
9393
line.
9494
*******************************************************************

contrib/pg_standby/pg_standby.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.16 2008/12/15 22:13:02 momjian Exp $
2+
* $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.17 2009/01/06 17:27:06 tgl Exp $
33
*
44
*
55
* pg_standby.c
@@ -91,7 +91,7 @@ struct stat stat_buf;
9191
* accessible directory. If you want to make other assumptions,
9292
* such as using a vendor-specific archive and access API, these
9393
* routines are the ones you'll need to change. You're
94-
* enouraged to submit any changes to pgsql-patches@postgresql.org
94+
* enouraged to submit any changes to pgsql-hackers@postgresql.org
9595
* or personally to the current maintainer. Those changes may be
9696
* folded in to later versions of this program.
9797
*/

doc/bug.template

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
If PostgreSQL failed to compile on your computer or you found a bug that
2-
is likely to be specific to one platform, then please fill out this form
3-
and e-mail it to pgsql-ports@postgresql.org.
4-
5-
To report non-porting-related bugs, fill out the form below and e-mail it to
6-
pgsql-bugs@postgresql.org.
1+
If PostgreSQL failed to compile on your computer or you found a bug,
2+
please fill out this form and e-mail it to pgsql-bugs@postgresql.org.
73

84
If your bug report has security implications and you'd prefer that it not
95
become immediately visible in public archives, don't send it to pgsql-bugs.
106
Security issues can be reported privately to security@postgresql.org.
117

128
If you not only found the problem but solved it and generated a patch
13-
then e-mail it to pgsql-patches@postgresql.org instead. Please use the
9+
then e-mail it to pgsql-hackers@postgresql.org instead. Please use the
1410
command "diff -c" to generate the patch.
1511

1612
You may also enter a bug report at http://www.postgresql.org/ instead of

doc/src/sgml/problems.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.28 2007/01/31 20:56:18 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/problems.sgml,v 2.29 2009/01/06 17:27:06 tgl Exp $ -->
22

33
<sect1 id="bug-reporting">
44
<title>Bug Reporting Guidelines</title>
@@ -341,10 +341,10 @@
341341
Please be specific about what part of the documentation you are unhappy
342342
with.
343343
</para>
344-
344+
345345
<para>
346346
If your bug is a portability problem on a non-supported platform,
347-
send mail to <email>pgsql-ports@postgresql.org</email>,
347+
send mail to <email>pgsql-hackers@postgresql.org</email>,
348348
so we (and you) can work on
349349
porting <productname>PostgreSQL</productname> to your platform.
350350
</para>

0 commit comments

Comments
 (0)