1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Sync process names between ps and pg_stat_activity

Remove gratuitous differences in the process names shown in
pg_stat_activity.backend_type and the ps output.

Reviewed-by: Takayuki Tsunakawa <tsunakawa.takay@jp.fujitsu.com>
This commit is contained in:
Peter Eisentraut
2017-09-19 21:15:09 -04:00
parent 2c74e6c1dc
commit be87b70b61
7 changed files with 19 additions and 19 deletions

View File

@ -236,7 +236,7 @@ PgArchiverMain(int argc, char *argv[])
/*
* Identify myself via ps
*/
init_ps_display("archiver process", "", "", "");
init_ps_display("archiver", "", "", "");
pgarch_MainLoop();