Re: setproctitle() no longer used? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: setproctitle() no longer used?
Date
Msg-id 200005110012.UAA23578@candle.pha.pa.us
Whole thread Raw
In response to Re: setproctitle() no longer used?  (Vince Vielhaber <vev@michvhf.com>)
Responses Re: setproctitle() no longer used?  (Vince Vielhaber <vev@michvhf.com>)
List pgsql-hackers
> > > making it:  setproctitle("Postgres Power!");  gives this:
> > > 
> > > 34273  p3  S      0:00.00 test: Postgres Power! (test)
> > 
> > Well, that's interesting.  Our issue with setproctitle is how fast it
> > is.  Every query changes its proctitle, so it has to be fast.  Tom want
> > to have setproctitle on backend startup, then use the fast method on
> > platforms that support it.
> > 
> > Does the existing postgres ps title code work on your Linux?
> 
> I'm assuming you're not asking me..

I thought I was.  :-)

I now realize you are running FreeBSD.  Yikes.

So neither works.  Well, that is a problem.  Does the -lutil help?

--  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 by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: setproctitle() no longer used?
Next
From: Vince Vielhaber
Date:
Subject: Re: setproctitle() no longer used?