update_process_title=off and logger, wal, ... processes - Mailing list pgsql-hackers

From Rod Taylor
Subject update_process_title=off and logger, wal, ... processes
Date
Msg-id 751261b20912291914x4139ade0nc2e6084b91e1f619@mail.gmail.com
Whole thread Raw
Responses Re: update_process_title=off and logger, wal, ... processes
Re: update_process_title=off and logger, wal, ... processes
List pgsql-hackers
With the update_process_title parameter set to off some PostgreSQL
processes still change their ps title to a different name than the
default. I appreciate this setting came about for performance reasons
which the logger, wal writer, autovacuum, and stats collector would
not have but I actually require the default and patched
init_ps_display() to skip changing the name.

It just surprised me that the titles still changed a single time.

I (stupidly?) installed PostgreSQL into a hostile environment which
didn't like this and decided to kill the processes as a result.
Unfortunately, I cannot change the environment.


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Serializable implementation
Next
From: Jeff Davis
Date:
Subject: Re: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION