|
1 | 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 |
| 2 | +is likely to be specific to one platform, then please fill out this form |
3 | 3 | and e-mail it to pgsql-ports@postgresql.org.
|
4 | 4 |
|
5 |
| -To report any other bug, fill out the form below and e-mail it to |
| 5 | +To report non-porting-related bugs, fill out the form below and e-mail it to |
6 | 6 | pgsql-bugs@postgresql.org.
|
7 | 7 |
|
| 8 | +If your bug report has security implications and you'd prefer that it not |
| 9 | +become immediately visible in public archives, don't send it to pgsql-bugs. |
| 10 | +Security issues can be reported privately to security@postgresql.org. |
| 11 | + |
8 | 12 | If you not only found the problem but solved it and generated a patch
|
9 | 13 | then e-mail it to pgsql-patches@postgresql.org instead. Please use the
|
10 | 14 | command "diff -c" to generate the patch.
|
11 | 15 |
|
12 | 16 | You may also enter a bug report at http://www.postgresql.org/ instead of
|
13 |
| -e-mail-ing this form. |
| 17 | +e-mailing this form. |
14 | 18 |
|
15 | 19 | ============================================================================
|
16 | 20 | POSTGRESQL BUG REPORT TEMPLATE
|
17 | 21 | ============================================================================
|
18 | 22 |
|
19 | 23 |
|
20 |
| -Your name : |
| 24 | +Your name : |
21 | 25 | Your email address :
|
22 | 26 |
|
23 | 27 |
|
24 |
| -System Configuration |
| 28 | +System Configuration: |
25 | 29 | ---------------------
|
26 |
| - Architecture (example: Intel Pentium) : |
| 30 | + Architecture (example: Intel Pentium) : |
27 | 31 |
|
28 |
| - Operating System (example: Linux 2.0.26 ELF) : |
| 32 | + Operating System (example: Linux 2.4.18) : |
29 | 33 |
|
30 |
| - PostgreSQL version (example: PostgreSQL-7.2.7): PostgreSQL-7.2.7 |
| 34 | + PostgreSQL version (example: PostgreSQL 7.2.7): PostgreSQL 7.2.7 |
31 | 35 |
|
32 |
| - Compiler used (example: gcc 2.95.2) : |
| 36 | + Compiler used (example: gcc 3.3.5) : |
33 | 37 |
|
34 | 38 |
|
35 | 39 | Please enter a FULL description of your problem:
|
|
0 commit comments