Thread: Fatal error

Fatal error

From
"Peter Ivarsson"
Date:

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

From
Tom Lane
Date:
"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