Re: pg_ctl reload - is it safe?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_ctl reload - is it safe?
Дата
Msg-id 9756.1066147257@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_ctl reload - is it safe?  (Michael Brusser <michael@synchronicity.com>)
Ответы Re: pg_ctl reload - is it safe?  (Michael Brusser <michael@synchronicity.com>)
Список pgsql-hackers
Michael Brusser <michael@synchronicity.com> writes:
> 2003-10-10 22:37:05 ERROR:  cannot read block 0 of s_noteimportlinks:
> Interrupted system call

Hmm.  I found this hard to believe at first, but indeed my local man
pages for read() and write() say they can return EINTR if interrupted
by a signal.  This may depend on the filesystem in use (are you using
NFS?)

We had probably better fix fd.c to retry on EINTR.
        regards, tom lane


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

Предыдущее
От: Fernando Nasser
Дата:
Сообщение: Re: postgres --help-config
Следующее
От: Michael Brusser
Дата:
Сообщение: feature request