Re: [GENERAL] proctitle patch (useful)

From: Jim Mercer <jim(at)reptiles(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] proctitle patch (useful)
Date: 1999-12-24 21:51:32
Message-ID: 19991224165132.C4188@reptiles.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Dec 24, 1999 at 04:08:40PM -0500, Bruce Momjian wrote:
> > i'm not overly familiar with GNU configure, so i'll leave it up to the
> > people who manage the source to figure out a clean portable way of
> > enabling the feature.
>
> If we decide this is a nice feature addition, I would like it to use our
> main PS_SET_STATUS() code rather than proctitle().

my implementation used the most expeditious method at hand.

the PS_SET_STATUS() code is likely more portable across platforms.
(although one might look at using setproctitle inside PS_SET_STATUS(), if
it is available).

--
[ Jim Mercer jim(at)reptiles(dot)org +1 416 506-0654 ]
[ Reptilian Research -- Longer Life through Colder Blood ]
[ Don't be fooled by cheap Finnish imitations; BSD is the One True Code. ]

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 1999-12-25 16:00:46 Future of PostgreSQL
Previous Message Bruce Momjian 1999-12-24 21:08:40 Re: [GENERAL] proctitle patch (useful)