From: | "David F(dot) Skoll" <dfs(at)roaringpenguin(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Weird behaviour on Solaris: recv() returns ENOENT |
Date: | 2003-01-07 14:46:18 |
Message-ID: | Pine.LNX.4.50.0301070942550.2661-100000@shishi.roaringpenguin.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi,
I'm having a customer running PostgreSQL 7.2.3 on Solaris 9 with
PHP 4.3.0, and he's getting this error:
could not receive data from server: No such file or directory
grepping through the libpq source, it appears that the only way this
message could happen is if recv() returns -1 with errno set to ENOENT.
This is not one of the documented recv() error codes!
My questions:
1) Has anyone else ever seen this?
2) Is libpq thread-safe? Do you need to compile with special flags to
make it thread-safe? My first guess is that he's using a multithreaded
version of PHP (with iPlanet Web server) and errno is not behaving properly.
Regards,
David.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-01-07 15:13:59 | Re: Vacuum explained -> Dangerous ? |
Previous Message | Dan Langille | 2003-01-07 14:35:08 | sanity error with pg_dump on postgresql 7.0.2 |