mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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:
@ -173,7 +173,7 @@ SysLoggerMain(int argc, char *argv[])
|
||||
|
||||
am_syslogger = true;
|
||||
|
||||
init_ps_display("logger process", "", "", "");
|
||||
init_ps_display("logger", "", "", "");
|
||||
|
||||
/*
|
||||
* If we restarted, our stderr is already redirected into our own input
|
||||
|
Reference in New Issue
Block a user