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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: update_process_title=off and logger, wal, ... processes
Дата
Msg-id 8804.1262147665@sss.pgh.pa.us
обсуждение исходный текст
Ответ на update_process_title=off and logger, wal, ... processes  (Rod Taylor <rod.taylor@gmail.com>)
Список pgsql-hackers
Rod Taylor <rod.taylor@gmail.com> writes:
> With the update_process_title parameter set to off some PostgreSQL
> processes still change their ps title to a different name than the
> default.

s/some/all/ ... they all do that.  It's as designed.  The parameter is
intended to suppress the overhead of changing the title for every
command, not to make it impossible to tell the child processes apart.

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

That's one pretty d*mn hostile environment, all right.  Consider
finding a less brain-dead platform.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Buffer statistics for pg_stat_statements
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION