File tree 5 files changed +12
-16
lines changed
5 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -2081,7 +2081,7 @@ PostgreSQL has apparently not been ported to your platform yet.
2081
2081
To try a manual configuration, look into the src/template directory
2082
2082
for a similar platform and use the '--with-template=' option.
2083
2083
2084
- Please also contact <pgsql-ports @postgresql.org> to see about
2084
+ Please also contact <pgsql-bugs @postgresql.org> to see about
2085
2085
rectifying this. Include the above 'checking host system type...'
2086
2086
line.
2087
2087
*******************************************************************
@@ -2092,7 +2092,7 @@ PostgreSQL has apparently not been ported to your platform yet.
2092
2092
To try a manual configuration, look into the src/template directory
2093
2093
for a similar platform and use the '--with-template=' option.
2094
2094
2095
- Please also contact <pgsql-ports @postgresql.org> to see about
2095
+ Please also contact <pgsql-bugs @postgresql.org> to see about
2096
2096
rectifying this. Include the above 'checking host system type...'
2097
2097
line.
2098
2098
*******************************************************************
Original file line number Diff line number Diff line change 1
1
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 $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -88,7 +88,7 @@ PostgreSQL has apparently not been ported to your platform yet.
88
88
To try a manual configuration, look into the src/template directory
89
89
for a similar platform and use the '--with-template=' option.
90
90
91
- Please also contact <pgsql-ports @postgresql.org> to see about
91
+ Please also contact <pgsql-bugs @postgresql.org> to see about
92
92
rectifying this. Include the above 'checking host system type...'
93
93
line.
94
94
*******************************************************************
Original file line number Diff line number Diff line change 1
1
/*
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 $
3
3
*
4
4
*
5
5
* pg_standby.c
@@ -91,7 +91,7 @@ struct stat stat_buf;
91
91
* accessible directory. If you want to make other assumptions,
92
92
* such as using a vendor-specific archive and access API, these
93
93
* 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
95
95
* or personally to the current maintainer. Those changes may be
96
96
* folded in to later versions of this program.
97
97
*/
Original file line number Diff line number Diff line change 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.
7
3
8
4
If your bug report has security implications and you'd prefer that it not
9
5
become immediately visible in public archives, don't send it to pgsql-bugs.
10
6
Security issues can be reported privately to security@postgresql.org.
11
7
12
8
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
14
10
command "diff -c" to generate the patch.
15
11
16
12
You may also enter a bug report at http://www.postgresql.org/ instead of
Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<sect1 id="bug-reporting">
4
4
<title>Bug Reporting Guidelines</title>
341
341
Please be specific about what part of the documentation you are unhappy
342
342
with.
343
343
</para>
344
-
344
+
345
345
<para>
346
346
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>,
348
348
so we (and you) can work on
349
349
porting <productname>PostgreSQL</productname> to your platform.
350
350
</para>
You can’t perform that action at this time.
0 commit comments