|
49 | 49 | <screen>
|
50 | 50 | $ ps auxww | grep ^postgres
|
51 | 51 | postgres 15551 0.0 0.1 57536 7132 pts/0 S 18:02 0:00 postgres -i
|
52 |
| -postgres 15554 0.0 0.0 57536 1184 ? Ss 18:02 0:00 postgres:writer process |
53 |
| -postgres 15555 0.0 0.0 57536 916 ? Ss 18:02 0:00 postgres: checkpointer process |
54 |
| -postgres 15556 0.0 0.0 57536 916 ? Ss 18:02 0:00 postgres:wal writer process |
55 |
| -postgres 15557 0.0 0.0 58504 2244 ? Ss 18:02 0:00 postgres: autovacuum launcher process |
56 |
| -postgres 15558 0.0 0.0 17512 1068 ? Ss 18:02 0:00 postgres: stats collector process |
| 52 | +postgres 15554 0.0 0.0 57536 1184 ? Ss 18:02 0:00 postgres:background writer |
| 53 | +postgres 15555 0.0 0.0 57536 916 ? Ss 18:02 0:00 postgres: checkpointer |
| 54 | +postgres 15556 0.0 0.0 57536 916 ? Ss 18:02 0:00 postgres:walwriter |
| 55 | +postgres 15557 0.0 0.0 58504 2244 ? Ss 18:02 0:00 postgres: autovacuum launcher |
| 56 | +postgres 15558 0.0 0.0 17512 1068 ? Ss 18:02 0:00 postgres: stats collector |
57 | 57 | postgres 15582 0.0 0.0 58772 3080 ? Ss 18:04 0:00 postgres: joe runbug 127.0.0.1 idle
|
58 | 58 | postgres 15606 0.0 0.0 58772 3052 ? Ss 18:07 0:00 postgres: tgl regression [local] SELECT waiting
|
59 | 59 | postgres 15610 0.0 0.0 58772 3056 ? Ss 18:07 0:00 postgres: tgl regression [local] idle in transaction
|
@@ -102,7 +102,7 @@ $ psql -c 'SHOW cluster_name'
|
102 | 102 | (1 row)
|
103 | 103 |
|
104 | 104 | $ ps aux|grep server1
|
105 |
| -postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: server1:writer process |
| 105 | +postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: server1:background writer |
106 | 106 | ...
|
107 | 107 | </screen>
|
108 | 108 | </para>
|
|