Re: backend reset of database

Поиск
Список
Период
Сортировка
От Geoffrey
Тема Re: backend reset of database
Дата
Msg-id 461E8ABD.7090101@3times25.net
обсуждение исходный текст
Ответ на Re: backend reset of database  (Geoffrey <esoteric@3times25.net>)
Список pgsql-general
Geoffrey wrote:

I forgot to mention the one difference I did see in the strace output.
I don't understand why there would be difference in the call parms to
poll().  Then again, I'm not altogether sure what code is calling poll
at this point.  I'm assuming it's from the database engine. I've noted
these lines below:

> working strace:
>
> poll([{fd=3, events=POLLIN|POLLERR, revents=POLLIN}], 1, -1) = 1

> broken strace:

> poll([{fd=3, events=POLLIN|POLLERR, revents=POLLIN|POLLHUP}], 1, -1) = 1

--
Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
  - Benjamin Franklin

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

Предыдущее
От: "dcrespo"
Дата:
Сообщение: Re: Evaluate only one CASE WHEN in a select
Следующее
От: Tom Lane
Дата:
Сообщение: Re: backend reset of database