1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

Use "backend process" rather than "backend server", where appropriate.

This commit is contained in:
Bruce Momjian
2011-03-12 09:38:56 -05:00
parent 3a3f39fdc0
commit 94fe9c0f4e
7 changed files with 12 additions and 12 deletions

View File

@@ -22,7 +22,7 @@
* how to handle signalling.
*
* signal(2) handling - this is here because it affects some of
* the frontend commands as well as the backend server.
* the frontend commands as well as the backend processes.
*
* Ultrix and SunOS provide BSD signal(2) semantics by default.
*