1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-26 23:43:30 +03:00

Add GUC update_process_title to control whether 'ps' display is updated

for every command, default to on.
This commit is contained in:
Bruce Momjian
2006-06-27 22:16:44 +00:00
parent 69d0a15e2a
commit 370a709c75
14 changed files with 89 additions and 52 deletions

View File

@@ -18,7 +18,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.25 2006/06/18 15:38:37 petere Exp $
* $PostgreSQL: pgsql/src/backend/postmaster/syslogger.c,v 1.26 2006/06/27 22:16:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -141,8 +141,7 @@ SysLoggerMain(int argc, char *argv[])
am_syslogger = true;
init_ps_display("logger process", "", "");
set_ps_display("");
init_ps_display("logger process", "", "", "");
/*
* If we restarted, our stderr is already redirected into our own input