pgsql: Update example of process titles shown by "ps".

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update example of process titles shown by "ps".
Date: 2012-05-11 22:33:46
Message-ID: E1SSyPC-0005Sq-GC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update example of process titles shown by "ps".

This example was quite old: it lacked the WAL writer and autovac launcher
as well as the more recently added checkpointer. Linux "ps" seems to show
slightly different stuff now too.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f35ebd2aa1a2c5d99e859abed488b67c4e3694ff

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 30 +++++++++++++++++++-----------
1 files changed, 19 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2012-05-11 22:43:23 psqlodbc - psqlodbc: Fix a bug about reference count handling for
Previous Message User Hinoue 2012-05-11 22:33:04 psqlodbc - psqlodbc: Add a missing constant.