"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