Обсуждение: Fatal error

Поиск
Список
Период
Сортировка

Fatal error

От
"Peter Ivarsson"
Дата:

I get this message in the log file.
And I want to know is how the fix it.
 
FATAL:  could not read statistics message: Resource temporarily unavailable
 
Any idea?
 
/Peter

Re: Fatal error

От
Tom Lane
Дата:
"Peter Ivarsson" <peter.ivarsson@onskefoto.se> writes:
> FATAL:  could not read statistics message: Resource temporarily unavailable

What platform is this on exactly, and what version of Postgres?
Which errno value is your platform reporting as 'Resource temporarily
unavailable' (it might be EAGAIN but I'm not sure)?  You can probably
find that out by looking in /usr/include/sys/errno.h.

            regards, tom lane