Add GUC update_process_title to control whether 'ps' display is updated
Bruce Momjian <bruce@momjian.us>
Add GUC update_process_title to control whether 'ps' display is updated for every command, default to on.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +16 −1 |
| src/backend/bootstrap/bootstrap.c | modified | +2 −3 |
| src/backend/commands/async.c | modified | +3 −3 |
| src/backend/postmaster/autovacuum.c | modified | +3 −4 |
| src/backend/postmaster/pgarch.c | modified | +2 −3 |
| src/backend/postmaster/pgstat.c | modified | +3 −5 |
| src/backend/postmaster/postmaster.c | modified | +4 −4 |
| src/backend/postmaster/syslogger.c | modified | +2 −3 |
| src/backend/storage/lmgr/lock.c | modified | +17 −11 |
| src/backend/tcop/postgres.c | modified | +8 −8 |
| src/backend/utils/misc/guc.c | modified | +12 −1 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +3 −0 |
| src/backend/utils/misc/ps_status.c | modified | +9 −3 |
| src/include/utils/ps_status.h | modified | +5 −3 |