Re: setproctitle()

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: setproctitle()
Date: 2000-05-24 21:54:24
Message-ID: Pine.LNX.4.21.0005242353180.4541-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

If y'all just want to be a little patient, I have this all coded up as per
various previous discussions and I'm just waiting for the branch. :)

Bruce Momjian writes:

> I know we have been talking about using setproctitle() in all cases that
> support it, and in fact we now do that. What we don't do is use
> setproctitle() to update the status for each query.
>
> So it seems that he has enabled it on my platform. Do people want
> setproctitle() to update for every query for 7.01? I have seen FreeBSD
> and BSDI implementations, and they are both light-weight.
>
> Comments?
>
>

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-05-24 21:54:27 Re: setproctitle()
Previous Message Tom Lane 2000-05-24 21:53:57 Re: understanding Datum -> char * -> Datum conversions