Re: [HACKERS] Some items for the TODO list - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Some items for the TODO list
Date
Msg-id 2996.900011765@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Some items for the TODO list  (Tom <tom@sdf.com>)
List pgsql-hackers
Tom <tom@sdf.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

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Some items for the TODO list
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Some items for the TODO list