pgsql: Use "backend process" rather than "backend server", where approp

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use "backend process" rather than "backend server", where approp
Date: 2011-03-12 14:39:11
Message-ID: E1PyPyJ-0007d5-0P@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/94fe9c0f4e1672ccd830cb0aa7fd5ccce97d14ae

Modified Files
--------------
doc/src/sgml/libpq.sgml | 2 +-
doc/src/sgml/problems.sgml | 6 +++---
doc/src/sgml/query.sgml | 4 ++--
doc/src/sgml/ref/pg_ctl-ref.sgml | 2 +-
src/backend/libpq/pqsignal.c | 2 +-
src/backend/main/main.c | 2 +-
src/test/examples/testlibpq4.c | 6 +++---
7 files changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-12 21:30:47 pgsql: Make all comparisons done for/with statistics use the default co
Previous Message Bruce Momjian 2011-03-12 14:36:02 pgsql: Use macros for time-based constants, rather than constants.