Re: Sure enough, the lock file is gone

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Sure enough, the lock file is gone
Дата
Msg-id 200101262018.PAA03316@candle.pha.pa.us
обсуждение исходный текст
Ответ на Sure enough, the lock file is gone  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Sure enough, the lock file is gone  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
Re: Sure enough, the lock file is gone  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
> The 'tmpwatch' program on Red Hat will remove the /tmp/.s.PGSQL.5432.lock
> file after the server has run 6 days.  This will be a problem.
> 
> We could touch (open) the file once every time the ServerLoop() runs
> around.  It's not perfect but it should work in practice.

If we have to do it, let's make it an #ifdef __linux__ option.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Sure enough, the lock file is gone
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: [JDBC] Open 7.1 items