Re: PostgreSQL crashes with Qmail-SQL

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: PostgreSQL crashes with Qmail-SQL
Дата
Msg-id 200201250117.g0P1HJP23851@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL crashes with Qmail-SQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > We added some PostgreSQL code to touch the socket file during
> > checkpoints, and I thought that was in 7.1.
> 
> You're thinking about the socket lock file, which is a plain file.
> 
> The problem with socket files is that the file mod time usually doesn't
> change even when it's in active use.  That's why things like
> /tmp-scrubbers need to make an exception for socket files.

Hard to imagine how X11 runs in such a case.  Does it not go into
/tmp/.X11_unix?

--  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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL crashes with Qmail-SQL
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: PostgreSQL crashes with Qmail-SQL