update_process_title=off and logger, wal, ... processes

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема update_process_title=off and logger, wal, ... processes
Дата
Msg-id 751261b20912291914x4139ade0nc2e6084b91e1f619@mail.gmail.com
обсуждение исходный текст
Ответы Re: update_process_title=off and logger, wal, ... processes  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: update_process_title=off and logger, wal, ... processes  (Stephen Frost <sfrost@snowman.net>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Serializable implementation
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION