mirror of
https://github.com/postgres/postgres.git
synced 2025-11-26 23:43:30 +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:
@@ -4224,7 +4224,7 @@ PgstatCollectorMain(int argc, char *argv[])
|
||||
/*
|
||||
* Identify myself via ps
|
||||
*/
|
||||
init_ps_display("stats collector process", "", "", "");
|
||||
init_ps_display("stats collector", "", "", "");
|
||||
|
||||
/*
|
||||
* Read in existing stats files or initialize the stats to zero.
|
||||
|
||||
Reference in New Issue
Block a user