Re: setproctitle

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: setproctitle
Дата
Msg-id 200006122004.QAA01403@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: setproctitle  (Oleg Broytmann <phd@phd.russ.ru>)
Список pgsql-hackers
> platforms where it is not in libc, the code does different things on
> different platforms - on some it just copies new title over argv array.
>    Some systems has pstat() system call - again, sendmail's code uses it.

What OS's has pstat()?  Can someone supply a patch for those?


> The overhead is platform-dependent, and for many platform is actually low.
> The biggest overhead is for SCO, as far as I understand the code; may be I
> missed something, but I hope I don't.
> 
> > >    Bruce, can you give me some hints where in the code you change process
> > > title? I hope there are no more than two or three places to change.
> > 
> > Massimo generalized the process status code in
> > include/utils/ps_status.h.  See that.  It is the central place to change
> > it.
> 
>    Thanks, I'll look into it.
> 
> > >    What is our opinion on licensing? At first glance the license looks
> > > pretty compatible:
> > 
> > Yes, except that the Eric P. Allman line basically says nothing about
> > his copyright.  Is his the same as BSD?  Without stating that, it is a
> > very limited copyright.
> 
>    I have never understand copyright/licensing issues (count I live in
> post-totalitarian country where there was One copyright owner - The
> Government, and One license...)
> 
> Oleg.
> ---- 
>     Oleg Broytmann    http://members.xoom.com/phd2.1/    phd2@earthling.net
>            Programmers don't die, they just GOSUB without RETURN.
> 
> 


--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: index idea for system catalogs
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: 7.0b3 pl/pgsql, ERROR: CURRENT used in non-rule query