Re: [HACKERS] postmaster.pid

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] postmaster.pid
Дата
Msg-id 199912030730.CAA06648@candle.pha.pa.us
обсуждение исходный текст
Ответ на postmaster.pid  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: [HACKERS] postmaster.pid  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
> Hi,
> 
> I have committed changes to postmaster.c. Now it creates a file called
> "postmaster.pid" under $PGDATA, which holds postmaster's process
> id. If the file has already existed, postmaster won't start. So we
> cannot start more than on postmaster with same $PGDATA any more. I
> believe it's a good thing. The file will be deleted upon postmaster
> shutting down.

I assume you do a kill(0) on the pid if the file exists on startup to
check to see if the pid is still valid?

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: postmaster.pid
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] postmaster.pid