Re: setproctitle()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: setproctitle()
Дата
Msg-id 5751.959142280@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: setproctitle()  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: setproctitle()  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> No, it is pretty easy to do it in pg_status.h alone.  The trick is to
> do sprintf(ps_status_buffer, "val val %s"), then use that in
> setproctitle for every command.

> I will code it up if no one objects.

Well, at this point committed changes are going to go out in 7.0.1
with essentially zero beta testing.  Are you sure you've not introduced
any portability issues?

As long as the changes are only enabled for platform(s) you've been able
to test, I've got no objection.  Otherwise I'm a bit worried...
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Plpsql vs. SQL functions
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: setproctitle()