|
78 | 78 | </listitem>
|
79 | 79 | </itemizedlist>
|
80 | 80 |
|
81 |
| - Here <quote>program</quote> refers to any executable, not only the backendserver. |
| 81 | + Here <quote>program</quote> refers to any executable, not only the backendprocess. |
82 | 82 | </para>
|
83 | 83 |
|
84 | 84 | <para>
|
|
280 | 280 | When writing a bug report, please avoid confusing terminology.
|
281 | 281 | The software package in total is called <quote>PostgreSQL</quote>,
|
282 | 282 | sometimes <quote>Postgres</quote> for short. If you
|
283 |
| - are specifically talking about the backendserver, mention that, do not |
| 283 | + are specifically talking about the backendprocess, mention that, do not |
284 | 284 | just say <quote>PostgreSQL crashes</quote>. A crash of a single
|
285 |
| - backendserverprocess is quite different from crash of the parent |
| 285 | + backend process is quite different from crash of the parent |
286 | 286 | <quote>postgres</> process; please don't say <quote>the server
|
287 | 287 | crashed</> when you mean a single backend process went down, nor vice versa.
|
288 | 288 | Also, client programs such as the interactive frontend <quote><application>psql</application></quote>
|
|