Re: [HACKERS] Some items for the TODO list

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tom <tom(at)sdf(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Some items for the TODO list
Date: 1998-07-09 19:16:05
Message-ID: 2996.900011765@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom <tom(at)sdf(dot)com> writes:
> Many UNIXes have a setproctitle() function, either in libc or libutil.
> I think a native function should be used if exists.

Right, that is one of the implementation strategies found in sendmail's
code. Basically, what sendmail has is an emulation routine that
provides the setproctitle() API on systems where there is no such libc
function.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1998-07-09 19:46:32 Re: [HACKERS] Some items for the TODO list
Previous Message Bruce Momjian 1998-07-09 18:40:07 Re: [HACKERS] Some items for the TODO list