Re: getpid() function
От | nconway@klamath.dyndns.org (Neil Conway) |
---|---|
Тема | Re: getpid() function |
Дата | |
Msg-id | 20020731011758.GA20039@klamath.dyndns.org обсуждение исходный текст |
Ответ на | getpid() function (Bruce Momjian <pgman@candle.pha.pa.us>) |
Ответы |
Re: getpid() function
|
Список | pgsql-hackers |
On Tue, Jul 30, 2002 at 08:40:13PM -0400, Bruce Momjian wrote: > I have implemented this TODO item: > > * Add getpid() function to backend > > There were a large number of pg_stat functions that access pids and > backends slots so I added it there: > > test=> select pg_stat_get_backend_mypid(); If we're going to add it to pg_stat_*, why is 'backend' part of the name? All the existing backend_* function fetch some piece of data about a given backend -- whereas this function does not (it takes no arguments). IMHO, a better name would be something like 'backend_process_id()', or 'unix_pid', or 'backend_pid()'. Also, can you add some documentation on this? Cheers, Neil -- Neil Conway <neilconway@rogers.com> PGP Key ID: DB3C29FC
В списке pgsql-hackers по дате отправления: